Report websocket errors

This commit is contained in:
David Botton 2024-02-14 08:40:34 -05:00
parent d5ea153370
commit 2c03011f4f

View file

@ -353,6 +353,9 @@ the default answer. (Private)"
(t (c)
(format t "Condition caught in clog-server :message - ~A.~&" c)
(values 0 c)))))
(websocket-driver:on :error ws
(lambda (msg)
(format t "Websocket error - ~A~&" msg)))
(websocket-driver:on :close ws
(lambda (&key code reason)
(declare (ignore code reason))