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
a simple rpclib server will eventially crash after ~1000 consecutive connections.
Looks like the server doesn't properly release the connection to a client after client goes out of scope. How would I properly close the client?