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
What is the correct way to stop the Client or Server? When my app is exiting I call client.Close() or server.Close() but it seems to have no effect. The blocking Read() still has things hung. I had to resort to 'kill -9' to stop the processes.
The text was updated successfully, but these errors were encountered:
What is the correct way to stop the Client or Server? When my app is exiting I call client.Close() or server.Close() but it seems to have no effect. The blocking Read() still has things hung. I had to resort to 'kill -9' to stop the processes.
The text was updated successfully, but these errors were encountered: