branch: externals/websocket
commit 34e11124fdd9d73e431499ba8a6b6a8023519664
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>

    Set version to 1.13.
    
    This version is mostly testing changes. However, the automatic reconnection
    behavior of websockets was found to cause infinite loops in situations that
    should be relatively normal for error occurances. The behavior seemed
    unnecessary, so it was removed.
---
 websocket.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/websocket.el b/websocket.el
index 4bfa0baab6..e5a63f237c 100644
--- a/websocket.el
+++ b/websocket.el
@@ -5,7 +5,7 @@
 ;; Author: Andrew Hyatt <[email protected]>
 ;; Homepage: https://github.com/ahyatt/emacs-websocket
 ;; Keywords: Communication, Websocket, Server
-;; Version: 1.12
+;; Version: 1.13
 ;; Package-Requires: ((cl-lib "0.5"))
 ;;
 ;; This program is free software; you can redistribute it and/or

Reply via email to