This commit is contained in:
Benjamin Sergeant
2019-06-09 10:22:27 -07:00
parent d4115880b9
commit 15369e1ae9
9 changed files with 26 additions and 11 deletions

View File

@ -3,8 +3,11 @@ All notable changes to this project will be documented in this file.
## [Unreleased] - 2019-06-xx
### Changed
- IXSocketMbedTLS: better error handling in close and connect
- Add explicite WebSocket::sendBinary
- New headers + WebSocketMessage class to hold message data, still not used across the board
- Add test/compatibility folder with small servers and clients written in different languages and different libraries to test compatibility.
- ws echo_server has a -g option to print a greeting message on connect
- IXSocketMbedTLS: better error handling in close and connect
## [3.1.2] - 2019-06-06
### Added