-
Bug
-
Resolution: Done
-
Major
-
2.1.0.GA
-
Red Hat Enterprise Linux Server release 7.5 (Maipo)
.NET Command Line Tools (2.1.202)
cli-netlite-core2.1.4.zip
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.