Once the second socket has successfully bound, the behavior for all sockets bound to that port is indeterminate
@Zetanova And that explains why i said that you would need some kind of hosting service that routes incoming messages/connections to the right process ;)
'
if (!ActorPath.TryParseAddress(actorPath, out address))
throw new UriFormatException();
if (!address.HasLocalScope)
throw new NotSupportedException();
return actorSystems.FirstOrDefault(n => n.Name == address.System);
'
Akka.Persistence.EventStore
got all but one test passing at the moment https://github.com/BertLamb/Akka.Persistence.EventStore
publish-plugin-commands = off
...whoops