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
There is no connection timeout for the internal http server (REST/RPC).
Malfunction clients could produce zombi-idling rpc threads.
I had a look at it and there would be need to change the current implementation to do it async (something like boost::asio async). Currently it's a getline() on the raw stream.