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
Similar to timeout events in NodeJS (and Luvit), this would allow setting an idle timeout, which could trigger an TCP_SOCKET_IDLE event. I'm not sure if this is really that useful and it's very easy to implement when needed, so I've left it out of the API I came up with for #61 in order to keep things as simple as possible.
The text was updated successfully, but these errors were encountered:
Similar to
timeout
events in NodeJS (and Luvit), this would allow setting an idle timeout, which could trigger anTCP_SOCKET_IDLE
event. I'm not sure if this is really that useful and it's very easy to implement when needed, so I've left it out of the API I came up with for #61 in order to keep things as simple as possible.The text was updated successfully, but these errors were encountered: