-
Task
-
Resolution: Done
-
Major
-
2.5
-
None
Protocols above PING request initial membership by passing Event.FIND_INITIAL_MBRS down the stack. Prior to concurrent stack this event had to be processed asynchronously since there were deadlock issues - hence the need for PingWaiter. Now, with the concurrent stack, we might possibly eliminate the need for PingWaiter altogether and convert Event.FIND_INITIAL_MBRS to return initial membership as a result.