File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 55; ; Author: Andrew Hyatt <[email protected] >66; ; Homepage: https://github.com/ahyatt/emacs-websocket
77; ; Keywords: Communication, Websocket, Server
8- ; ; Version: 1.13.1
8+ ; ; Version: 1.14
99; ; Package-Requires: ((cl-lib "0.5"))
1010; ;
1111; ; This program is free software; you can redistribute it and/or
@@ -720,6 +720,7 @@ to the websocket protocol.
720720
721721 (when (and (member status '(closed failed exit signal))
722722 (not (eq 'closed (websocket-ready-state websocket))))
723+ (setf (websocket-ready-state websocket) 'closed )
723724 (websocket-try-callback 'websocket-on-close 'on-close websocket))))))
724725
725726(defun websocket-ensure-handshake (url conn key protocols extensions custom-header-alist nowait )
You can’t perform that action at this time.
0 commit comments