BugID: 679
Fixed bug in TCPSocket that caused a 'disconnect' when the 'connect' call returned the error EISCONN (already connected). This can occure when you call open twice on the same port.
Loading
Please register or sign in to comment
Fixed bug in TCPSocket that caused a 'disconnect' when the 'connect' call returned the error EISCONN (already connected). This can occure when you call open twice on the same port.