You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have Socket.IO working in Chrome and Firefox, but the same code in IE 8 give the javascript error "'this.socket' is null or not an object" online 383 of socket.io.js. Does anyone know what could be the problem? I'm using 0.5.3.
Activity
BubbaGump commentedon Oct 5, 2010
I am only guessing, but try removing the flashsocket option in transports and see how you go
koops commentedon Oct 5, 2010
yes, that did it. thanks.
[fix] Ensure globals are functions before running `instanceof` (#68)
[chore] Use wtf-8 instead of utf8 to prevent lone surrogates from gen…