etherpad-lite/src/node/handler
Richard Hansen c83bb058d1 PadMessageHandler: Fix stats null dereference
It is possible for the stats to be read before the
`expressCreateServer` hook is called (in particular: when there is an
error during startup), which is when the `socketio` variable is set.
Check for non-null `socketio` before attempting to count the number of
socket.io connections.
2021-07-22 13:07:03 -04:00
..
APIHandler.js lint: src/node/handler/APIHandler.js 2021-01-25 22:53:10 -05:00
ExportHandler.js import/export: Promisify Abiword and LibreOffice conversion 2021-03-18 09:02:28 +00:00
ImportHandler.js import/export: Promisify Abiword and LibreOffice conversion 2021-03-18 09:02:28 +00:00
PadMessageHandler.js PadMessageHandler: Fix stats null dereference 2021-07-22 13:07:03 -04:00
SocketIORouter.js lint: SocketIORouter.js 2021-02-21 21:06:38 -05:00