SocketIO updated for K64F usage

Fork of SocketIO by Doug Anson

Revision:
2:2979735cb379
Parent:
0:5e68215d973a
Child:
3:529ce2bcfe77
--- a/SocketIO.cpp	Mon Jul 08 02:18:13 2013 +0000
+++ b/SocketIO.cpp	Mon Jul 08 02:43:43 2013 +0000
@@ -44,6 +44,7 @@
   
     // if we are connected lets disconnect
     if (this->ws != NULL) {
+        this->ws->send("0::");
         this->ws->close();
         closed = this->ws->is_connected();
     }