Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lab5/chats_server Server to client not working #1

Closed
k-r-a-s-h opened this issue Mar 9, 2019 · 1 comment
Closed

Lab5/chats_server Server to client not working #1

k-r-a-s-h opened this issue Mar 9, 2019 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@k-r-a-s-h
Copy link
Owner

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.

@k-r-a-s-h k-r-a-s-h added bug Something isn't working help wanted Extra attention is needed labels Mar 9, 2019
@k-r-a-s-h
Copy link
Owner Author

didn't used bind with the client side that wasthe issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant