Alexander Vershilov
Alexander Vershilov
Thanks for PR! I agree with comments of @intricate.
Sounds great, thanks @thomasjm!
Great job, thanks!
@ciez, sorry can you elaborate how registry API is relevant to this ticket? If you want to tell that we have similar problem for that API, please open relevant ticket...
This task is about d-p-simplelocalnet, the problem is that it does network wide send on multicast address thus all nodes even from the different network will see each other. Idea...
This task is about multicast functionality that will not work properly in case if there are 2 independent d-p clusters in the same network, basically about this code: https://github.com/haskell-distributed/distributed-process-simplelocalnet/blob/master/src/Control/Distributed/Process/Backend/SimpleLocalnet.hs#L178 https://github.com/haskell-distributed/distributed-process-simplelocalnet/blob/master/src/Control/Distributed/Process/Backend/SimpleLocalnet.hs#L232-L245...