(websocket client) heartbeat is not sent at the requested frequency (fix #232)

This commit is contained in:
Benjamin Sergeant
2020-07-29 11:24:42 -07:00
parent c2b05af022
commit 4d51098c86
4 changed files with 8 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Changelog
All changes to this project will be documented in this file.
## [10.1.0] - 2020-07-29
(websocket client) heartbeat is not sent at the requested frequency (fix #232)
## [10.0.3] - 2020-07-28
compiler warning fixes