fukamachi / websocket-driver

WebSocket server/client implementation for Common Lisp
BSD 2-Clause "Simplified" License
104 stars 28 forks source link

Should close-connection be called when closing the connection? #21

Closed knobo closed 7 years ago

knobo commented 7 years ago

This enables the user to do the following from the websocket handler

      (on :close ws
      (lambda (code reason)
        (log:info 'message-log "Closed by browser" reason code)))
fukamachi commented 7 years ago

Sorry for the delay and thanks for the patch!