(ixwebsocket) add getMinWaitBetweenReconnectionRetries

This commit is contained in:
Benjamin Sergeant 2021-03-23 08:29:50 -07:00
parent b6234ff908
commit 449c5fa138
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
All changes to this project will be documented in this file. 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 ## [11.1.3] - 2021-03-23
(ixwebsocket) New option to set the min wait between reconnection attempts. Still default to 1ms. (setMinWaitBetweenReconnectionRetries). (ixwebsocket) New option to set the min wait between reconnection attempts. Still default to 1ms. (setMinWaitBetweenReconnectionRetries).

View File

@ -6,4 +6,4 @@
#pragma once #pragma once
#define IX_WEBSOCKET_VERSION "11.1.3" #define IX_WEBSOCKET_VERSION "11.1.4"