websocket-driver icon indicating copy to clipboard operation
websocket-driver copied to clipboard

WebSocket server/client implementation for Common Lisp

Results 22 websocket-driver issues
Sort by recently updated
recently updated
newest added

I modified your example - added (on :open …) action, however that action seems to be called over and over again: ``` (defparameter *echo-server* (lambda (env) (let ((ws (make-server env)))...

This is my (admittedly naive) fix to #49, which as far as I can tell was being caused by calling `BT:DESTROY-THREAD` when a thread is in a potentially blocking state...