hunchensocket icon indicating copy to clipboard operation
hunchensocket copied to clipboard

How to stop WebSocket Server?

Open muyinliu opened this issue 9 years ago • 13 comments

(defvar *server* (make-instance 'hunchensocket:websocket-acceptor :port 12345))
(hunchentoot:start *server*)
(hunchentoot:stop *server*)

But the server still work! How to stop a WebSocket Server completely?

muyinliu avatar Aug 07 '15 14:08 muyinliu