SocketIO updated for K64F usage

Fork of SocketIO by Doug Anson

Revision:
11:b32005b69b5c
Parent:
9:4f02450a402a
Child:
12:8fe60d9ca3bf
--- a/SocketIO.cpp	Thu Oct 17 18:58:40 2013 +0000
+++ b/SocketIO.cpp	Fri Nov 08 20:10:26 2013 +0000
@@ -67,7 +67,7 @@
     // only emit if we are connected
     if (this->is_connected() == true) {
         // prepare the JSON message for SocketIO
-        char buffer[256];
+        char buffer[512];
         char *json = this->prepareSocketIOJSONMessage(name,args,buffer);
         
         // send a heartbeat