Skip to content

Instantly share code, notes, and snippets.

Created February 5, 2013 23:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4718537 to your computer and use it in GitHub Desktop.
Save anonymous/4718537 to your computer and use it in GitHub Desktop.
Simple chat log file .... multiple connections when it should be only one ...This works fine when running locally (using the same DB in both cases) but when I run it in nodejitsu I got additional connections.
info Tue, 05 Feb 2013 22:59:35 GMT Client pick name: fredi
info Tue, 05 Feb 2013 22:59:35 GMT Client pick name: fredi
Client pick name: fredi
Client pick name: fredi
Client pick name: fredi
Client pick name: fredi
Client pick name: fredi
Client pick name: fredi
info Tue, 05 Feb 2013 22:59:33 GMT ---------------
info Tue, 05 Feb 2013 22:59:33 GMT Client connected: 2Ys8LIsP97p7ikfVfIni
time:Tue Feb 05 2013 22:59:31 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360105171714
address: 10.112.36.43 port:31655
---------------
Client connected: 2Ys8LIsP97p7ikfVfIni
time:Tue Feb 05 2013 22:59:31 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360105171714
address: 10.112.36.43 port:31655
---------------
Client connected: 2Ys8LIsP97p7ikfVfIni
time:Tue Feb 05 2013 22:59:31 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360105171714
address: 10.112.36.43 port:31655
---------------
Client connected: 2Ys8LIsP97p7ikfVfIni
time:Tue Feb 05 2013 22:59:31 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360105171714
address: 10.112.36.43 port:31655
---------------
Client connected: 2Ys8LIsP97p7ikfVfIni
time:Tue Feb 05 2013 22:59:31 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360105171714
address: 10.112.36.43 port:31655
---------------
Client connected: 2Ys8LIsP97p7ikfVfIni
time:Tue Feb 05 2013 22:59:31 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360105171714
address: 10.112.36.43 port:31655
---------------
Client connected: 2Ys8LIsP97p7ikfVfIni
time:Tue Feb 05 2013 22:59:31 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360105171714
address: 10.112.36.43 port:31655
---------------
Client connected: 2Ys8LIsP97p7ikfVfIni
time:Tue Feb 05 2013 22:59:31 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360105171714
address: 10.112.36.43 port:31655
error Tue, 05 Feb 2013 22:57:53 GMT execvp(): No such file or directory
info Tue, 05 Feb 2013 22:40:42 GMT Client pick name: pepe
info Tue, 05 Feb 2013 22:40:42 GMT Client pick name: pepe
info Tue, 05 Feb 2013 22:40:42 GMT time:Tue Feb 05 2013 22:40:41 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360104041698
address: 10.112.36.46 port:44065
---------------
Client connected: H0cmdL1K-YwdlLuzfInh
time:Tue Feb 05 2013 22:40:41 GMT+0000 (UTC)
URL: /socket.io/1/?t=1360104041698
address: 10.112.36.46 port:44065
info Tue, 05 Feb 2013 22:40:42 GMT ---------------
Client connected: H0cmdL1K-YwdlLuzfInh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment