add wss behavior note to README.md and docs/CHANGELOG.md

This commit is contained in:
Nick Krecklow
2020-05-05 17:39:51 -05:00
parent bbaecce036
commit 00021c03dc
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
- Frontend reconnect behavior has been improved to use exponential backoff behavior (up to 30 seconds) with unlimited retries.
- The "Lost connection!" message will now show the reconnection attempt timer.
If your deployment is using **https**, you will need to modify line 13 in `assets/js/socket.js` to use `wss://` instead of `ws://`. Otherwise browsers may prevent the WebSocket connection as it would be insecure on a secured connection.
**5.2.1** *(May 1 2020)*
- The historical graph will now auto scale its yaxis steps.