(ws) initialize maxWaitBetweenReconnectionRetries to a non zero value ; a zero value was causing spurious reconnections attempts

This commit is contained in:
Benjamin Sergeant
2021-03-22 21:10:03 -07:00
parent 1410797d6f
commit def0243d6d
4 changed files with 121 additions and 94 deletions

View File

@ -6,4 +6,4 @@
#pragma once
#define IX_WEBSOCKET_VERSION "11.1.1"
#define IX_WEBSOCKET_VERSION "11.1.2"