3b / clws

websockets server in CL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No restart CLWS::DROP-CONNECTION is active.

Neronus opened this issue · comments

Hi,

when there is an error in the dynamic extend of add-reader-to-client,
when this error is caught and (invoke-restart 'drop-connection) is called in line
266 of buffer.lisp, then this restart will not be found on my sbcl.

Best regards,

Christian

commented

Can you provide a test case? I can't reproduce the problem with a few tries of calling error in various places, and I don't see anything obviously wrong with the code (unless maybe the drop-connection restart itself errors sometimes?)

I'm getting this too. It only happens occasionally, so it's difficult to reproduce.