MSIE 7.0 Socket.io.js ,In the first 7380 line:
// json data
if (null != obj.data) {
if (nsp) str += ',';
str += json.stringify(obj.data);
}
json.stringify undefined ...
socket.io can not receiving the message from the server (the server pushed)
thank u...