etherpad-lite/src/node/hooks
luto 5c3874c0a1 really recreate socketio-client in expressCreateServer, fixes #2342
When using plugins, the express server gets restarted. When we do that,
the socketio-server should also get restarted. It doesn't. That means
that all the events in SocketIORouter.js are bound twice, which causes
chaos all over etherpad.

This changes our socketio.js so it fully recreates the io-instance when
we restart the server.

introduced in 95e7b0f156, but catching
that would have been hard.
2014-11-25 22:38:22 +01:00
..
express really recreate socketio-client in expressCreateServer, fixes #2342 2014-11-25 22:38:22 +01:00
express.js Merge pull request #1619 from ether/stricter-transport 2014-06-17 12:58:47 +01:00
i18n.js Fix #1309 : Fix support for node v0.6 2012-12-31 15:47:42 +01:00