emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/websocket 34e11124fd 107/114: Set version to 1.13.


From: ELPA Syncer
Subject: [elpa] externals/websocket 34e11124fd 107/114: Set version to 1.13.
Date: Wed, 15 Feb 2023 20:59:04 -0500 (EST)

branch: externals/websocket
commit 34e11124fdd9d73e431499ba8a6b6a8023519664
Author: Andrew Hyatt <ahyatt@gmail.com>
Commit: Andrew Hyatt <ahyatt@gmail.com>

    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 <ahyatt@gmail.com>
 ;; 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

[Prev in Thread] Current Thread [Next in Thread]