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
I think the description of the :error event in the readme says clearly that it is for protocol errors regarding malformed messages, I think maybe the right thing to do is to implement an event to catch other kind of errors, it could use some structure containing functions to respond to certain conditions so the users can define their own way to handle this kind of situations, in the implementation you can see that the handler-case for the error callback states that it is for protocol errors
Hi,
There's this nice
(on :error ...)
function, but it's never actually used :-)Specifically, try to connect a client, then unplug your network cable, and you'll see... nothing. Nothing is happening, forever.
Using
(wsd:send-ping)
during this time immediately returnsNIL
, so we can't use it as a heartbeat either.How can we handle disconnection cases?
The text was updated successfully, but these errors were encountered: