Joe Larsen

Results 6 comments of Joe Larsen

+1. I just installed look, was very excited, and then noticed that none of the socket.io messages are being recorded :(. You should really consider adding support for socket.io

Same issue. Is there a way to turn off the check to see if the scroll position is 0? I only load more results when they reach the very top,...

I'm having the same problem. If you only need the connection event you can hack it and say app.io.sockets.on('connection', function(req) { // connected }); But I don't think that req...

http://stackoverflow.com/questions/9001143/socket-io-how-do-i-handle-all-incoming-messages-on-the-server There's a good starting place for whoever is going to code it into express.io :)

I would really like to see this built into the core of express.io app.io.route('*'...) seems like it would be the best syntax for that.

:( i'm getting this too with 1.9.7