-
Bug
-
Resolution: Done
-
Major
-
2.1.0.GA
Socket is in TIME_WAIT state after end of the first receiver and is blocked for reuse.
Proposed fix:
Add line this.listenSockets[i].SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, 1); before Bind call in ConnectionListener.cs.