last commit?
Fork of WebSocketClient by
Revision 9:ab516dfaf969, committed 2017-12-05
- Comitter:
- vinceP
- Date:
- Tue Dec 05 22:02:46 2017 +0000
- Parent:
- 8:19f2477d83ad
- Commit message:
- IT WEKRS
Changed in this revision
Websocket.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 19f2477d83ad -r ab516dfaf969 Websocket.cpp --- a/Websocket.cpp Tue Dec 05 15:05:20 2017 +0000 +++ b/Websocket.cpp Tue Dec 05 22:02:46 2017 +0000 @@ -249,7 +249,7 @@ socket.set_blocking(false, 1); if (socket.receive(&opcode, 1) != 1) { socket.set_blocking(false, 2000); - DBG("bad opcode?: 0x%X\r\n", opcode); + //DBG("bad opcode?: 0x%X\r\n", opcode); return false; }