You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
When sending single data pack by command echo "hello" | nc <IP address> 4242 to TCPEchoServ4_DHCP.js, connection only can be established first time. No message is print when connect second time. 570:(ERROR) Socket closed early with another in process is outputted when the connect third, forth ... time.
If connect TCPEchoServ4_DHCP.js by nc <IP address> 4242 at the beginning, then disconnect. This issue will not reproduced anymore.