Chatroom / Node.js not working with Chrome Browser on Live Server.
It appear that the actual chat will get sent to other browsers from Chrome (no surprise there), but it's not getting pulled in live into chat windows with Chrome.
Looks like an issue with only Chrome 14.x. Will continue testing...
It seems like we should update socket.io to version 0.8.5: https://github.com/LearnBoost/socket.io/issues/351#issuecomment-2379397
Upgraded to socket.io@0.8.5 but still getting some load error with Chrome. It's still not loading the dynamic content in browser.
Comments
Comment #1
markwk commentedIt appear that the actual chat will get sent to other browsers from Chrome (no surprise there), but it's not getting pulled in live into chat windows with Chrome.
Comment #2
markwk commentedLooks like an issue with only Chrome 14.x. Will continue testing...
Comment #3
markwk commentedIt seems like we should update socket.io to version 0.8.5: https://github.com/LearnBoost/socket.io/issues/351#issuecomment-2379397
Comment #4
markwk commentedUpgraded to socket.io@0.8.5 but still getting some load error with Chrome. It's still not loading the dynamic content in browser.