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
This issue is about the chat server for UDP communication. In the said program there is a socket using the UDP protocol, to make a full duplex communication a child process is created to send the messages to the client and parent process is used to receive the messages.
The issue is that the message sent by the client side is received on the server side but when trying to send a message from server to client there is an error and that child process exits.
The text was updated successfully, but these errors were encountered:
This issue is about the chat server for UDP communication. In the said program there is a socket using the UDP protocol, to make a full duplex communication a child process is created to send the messages to the client and parent process is used to receive the messages.
The issue is that the message sent by the client side is received on the server side but when trying to send a message from server to client there is an error and that child process exits.
The text was updated successfully, but these errors were encountered: