Files
MagicMirror/js/node_helper.js
Kristjan ESPERANTO d8c29d5ec3 fix: prevent crash when config is undefined in socket handler (#4096)
If a module uses this.io.of() to register a custom socket.io namespace,
connections on that namespace trigger the onAny handler in setSocketIO
before config is set, causing a TypeError.

Fixes #4089
2026-04-07 21:15:25 +02:00

3.7 KiB