From 449c5fa138c4b68e9f85a95fd6f32503fdc56735 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 23 Mar 2021 08:29:50 -0700 Subject: [PATCH] (ixwebsocket) add getMinWaitBetweenReconnectionRetries --- docs/CHANGELOG.md | 4 ++++ ixwebsocket/IXWebSocketVersion.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index afeffb9e..68003449 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -2,6 +2,10 @@ All changes to this project will be documented in this file. +## [11.1.4] - 2021-03-23 + +(ixwebsocket) add getMinWaitBetweenReconnectionRetries + ## [11.1.3] - 2021-03-23 (ixwebsocket) New option to set the min wait between reconnection attempts. Still default to 1ms. (setMinWaitBetweenReconnectionRetries). diff --git a/ixwebsocket/IXWebSocketVersion.h b/ixwebsocket/IXWebSocketVersion.h index 7af8c3ce..a6df13cb 100644 --- a/ixwebsocket/IXWebSocketVersion.h +++ b/ixwebsocket/IXWebSocketVersion.h @@ -6,4 +6,4 @@ #pragma once -#define IX_WEBSOCKET_VERSION "11.1.3" +#define IX_WEBSOCKET_VERSION "11.1.4"