onefunman

Results 1 comments of onefunman

I had sufferd same problem. but I solved it! you have to change code in 'Server.js' app.listen(app.get('port'), function () { -----> http.listen(app.get('port'), function () { This is detail solve [http://stackoverflow.com/questions/24172909/socket-io-connection-reverts-to-polling-never-fires-the-connection-handler](http://stackoverflow.com/questions/24172909/socket-io-connection-reverts-to-polling-never-fires-the-connection-handler)