Problem with receiving data can't receive after #115
xx7Ahmed7xx
started this conversation in
General
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I made everything working and smooth and etc, used while(client.connected) to keep client app running (console)
problem is, after receiving first command from server (data) it doesn't respond, when pausing program it stops inside the while loop like if it has taken over
help please ?
how can I make the app running but still listening to connection?
i tried running the while loop on another thread, but still doesn't respond to data received event and when pauses pauses on the while body.
Beta Was this translation helpful? Give feedback.
All reactions