SocketIO updated for K64F usage

Fork of SocketIO by Doug Anson

Revision:
8:6948173ffe81
Parent:
7:a9bafd7a45fc
Child:
9:4f02450a402a
--- a/SocketIO.cpp	Mon Jul 08 03:58:56 2013 +0000
+++ b/SocketIO.cpp	Mon Jul 08 04:04:11 2013 +0000
@@ -71,7 +71,7 @@
         char *json = this->prepareSocketIOJSONMessage(name,args,buffer);
         
         // send a heartbeat
-        this->ws->send("2::");
+        this->ws->send("2:::");
         
         // send the message
         bytesSent = this->ws->send(json);