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
The server can receive a message from a client, but it can't send a message back to the client. The issue can probably be resolved by specifying the ports in the send(msg) function and perhaps by using socket.detach() instead of socket.close().
The text was updated successfully, but these errors were encountered:
The server can receive a message from a client, but it can't send a message back to the client. The issue can probably be resolved by specifying the ports in the send(msg) function and perhaps by using socket.detach() instead of socket.close().
The text was updated successfully, but these errors were encountered: