Releases: gilmaimon/ArduinoWebsockets
Releases · gilmaimon/ArduinoWebsockets
0.4.13
Patch - added yield
calls in order to prevent software-watchdog resets on esp8266 (on long messages). Thank you elC0mpa for documenting and helping with the issue.
0.4.12
Patch - Messages are now sent as a single TCP buffer instead of separate messages. Thank you elC0mpa for posting the issue.
0.4.11
Bugfixes - masking settings used to not get copied when using assignment between WebsocketClient instances. Also handshake validation is now case insensitive. Thank you logdog2709 for pointing out the issue.
0.4.10
Patch - Bugfix. Fixed a bug (and general in-stability) caused from unchecked and unsafe read operations on sockets. Also improved memory usage and management. Thank you Jonty for openning and helping with the issue!
0.4.9
Bugfix. Worked around a bug where connecting to unavailable endpoints would not return false (this is a bug with the WiFiClient
library itself). Added some missing keywords. Thank you Nufflee for pointing out the issue!
0.4.7
Bugfix. Fixed issues with receving large messages (unchecked reads) which was pointed out in in issue #21). Thank you Jonty!
0.4.5
Patch! Fixed a memory leak and an unnecessary use of heap memory in case of masking messages. This was discoverd thanks to issue #16. Thank you xgarb!
0.4.4
Patch! Fixed an issue with close
event callback not called in some cases (sudden disconnect, for example). Thank you @adelin-mcbsoft for pointing out the issue (related issue)
0.4.3
Incompatibility with FireFox websockets client (and probably others) is now fixed.
Thank you @xgarb #11