skunk icon indicating copy to clipboard operation
skunk copied to clipboard

Userland Timeout

Open tpolecat opened this issue 3 years ago • 0 comments

BufferedMessageSocket needs a userland timeout for message dequeueing that can handle cases where the server remains alive but becomes unresponsive. The underlying socket read can't be allowed to time out because it needs to be able to receive asynchronous messages even when the session is otherwise idle.

Note that this is distinct from the query timeout parameter, which is handled in the server.

tpolecat avatar Feb 19 '21 21:02 tpolecat