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
I've been writing a simple echo server and it appears that a blocking receive never exits when the remote endpoint is closed. The HTTP server example hides this because it explicitly closes the connection after providing the result.
The text was updated successfully, but these errors were encountered:
I've been writing a simple echo server and it appears that a blocking receive never exits when the remote endpoint is closed. The HTTP server example hides this because it explicitly closes the connection after providing the result.
The text was updated successfully, but these errors were encountered: