Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of WebSocketClient by
Diff: Websocket.cpp
- Revision:
- 10:fc40c56e8a3c
- Parent:
- 9:da7c2b9480c5
- Child:
- 11:85bff70bab45
--- a/Websocket.cpp Fri Mar 25 12:36:05 2016 +0000 +++ b/Websocket.cpp Wed Mar 30 09:05:44 2016 +0000 @@ -338,7 +338,7 @@ if (idx == len) return len; } - + WARN("Websocket::write.idx on exit: %d", idx); return (idx == 0) ? -1 : idx; }