mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
Report websocket errors
This commit is contained in:
parent
d5ea153370
commit
2c03011f4f
1 changed files with 3 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue