-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: 3.0 M3
-
Fix Version/s: 3.0 RC1
-
Component/s: TCP/UDP Support
-
Labels:
It is not possible to send a message as a reaction to a connection coming up.
The TcpConnectionOpenEvent is sent from TcpConnectionSupport.<init>, i.e. before the connection is referenced from the channel.
Therefore when trying to send a message as a reaction to the open event, a new connection attempt is made.