WebSocket client library

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Mon Aug 15 11:34:05 2011 +0000
Parent:
3:9b00db719afa
Child:
5:0f3422b6ca44
Commit message:

Changed in this revision

Websocket.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Websocket.cpp	Mon Aug 15 11:17:46 2011 +0000
+++ b/Websocket.cpp	Mon Aug 15 11:34:05 2011 +0000
@@ -152,6 +152,8 @@
         }
         return true;
     }
+    if(!wifi->exit())
+        printf("Websocket::connected: cannot exit\r\n");
     return false;
         
 }
\ No newline at end of file