You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node 2 restarts on port 0, making it effectively a different node - we need to grab the Cluster.SelfAddress for node2 and inject that into its akka.remote.dot-netty.tcp.port setting to ensure we're reusing the previous address.
The text was updated successfully, but these errors were encountered:
Akka.Cluster.Chunking/src/Akka.Cluster.Chunking.Tests/DeliveryManagerMultiNodeSpecs.cs
Lines 128 to 145 in 193e237
Node 2 restarts on port 0, making it effectively a different node - we need to grab the
Cluster.SelfAddress
for node2 and inject that into itsakka.remote.dot-netty.tcp.port
setting to ensure we're reusing the previous address.The text was updated successfully, but these errors were encountered: