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
it can receive the socket data;
generate a short id for each connection;
non-blocking read all the client's sent data;
write data to the specific client with clientID;
add benchmark for the code.
The text was updated successfully, but these errors were encountered:
Create a tcp service on port:5001 ;
it can receive the socket data;
generate a short id for each connection;
non-blocking read all the client's sent data;
write data to the specific client with clientID;
add benchmark for the code.
The text was updated successfully, but these errors were encountered: