Closed kysrpex closed 2 years ago
Isn't it a bit risky to deactivate it completely? What if something fails, and it keeps waiting forever?
Isn't it a bit risky to deactivate it completely? What if something fails, and it keeps waiting forever?
Then it keeps waiting forever (on the client). If you pull the plug, the server notices and closes its socket. Then if you connect the network again, the server returns connection reset to the client that fails too. I imagine in rare cases this may not happen and the client may get stuck forever. I agree that this is not good but imo is better than setting a maximum time for connections.
Closes #743.