socket.io: Disconnect clients when closing HTTP server

This commit is contained in:
Richard Hansen 2020-12-07 15:48:28 -05:00
parent 9f7d42185d
commit f31232dd20
2 changed files with 22 additions and 2 deletions

View file

@ -83,6 +83,7 @@
{
"name": "socketio",
"hooks": {
"expressCloseServer": "ep_etherpad-lite/node/hooks/express/socketio",
"expressCreateServer": "ep_etherpad-lite/node/hooks/express/socketio"
}
},