When multiple channels are started at the same time, some channels might not yet be connected and nevertheless receive messages from others. This is not an error, but causes needless log warnings.
SOLUTION: start receiver threads only on CONNECT, not on start().
Only done for UDP, we need to look at TCP and TCP_NIO later
- relates to
-
JGRP-741 TCP: create receiver threads on connect() not start()
-
- Resolved
-