mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
![]() 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
|
||
---|---|---|
.. | ||
admin.js | ||
adminplugins.js | ||
adminsettings.js | ||
apicalls.js | ||
errorhandling.js | ||
importexport.js | ||
padreadonly.js | ||
padurlsanitize.js | ||
socketio.js | ||
specialpages.js | ||
static.js | ||
swagger.js | ||
tests.js | ||
webaccess.js |