Commit Graph

4 Commits

Author SHA1 Message Date
Dharmaraj 2e05f706c6
feat: display the real IP address of the user (#16) 2021-06-10 07:56:41 +02:00
Damien Arrachequesne 74f1c20f6a
fix(server): add support for dynamic namespaces
This fix depends on the "new_namespace" event emitted by the server,
which was added in `socket.io@4.1.0`.

Related: https://github.com/socketio/socket.io-admin-ui/issues/6
2021-06-02 10:37:19 +02:00
Damien Arrachequesne 1cf991e49a
fix(server): only serialize required handshake attributes
In order not to include "auth" and other attributes like
"sessionStore", which is added by the "express-session" package.

Related: https://github.com/socketio/socket.io-admin-ui/issues/7
2021-06-02 10:34:56 +02:00
Damien Arrachequesne f453422662
initial commit 2021-04-15 12:28:15 +02:00