Closed heynikhil closed 3 years ago
Arf, that's a good remark.
Dynamic namespaces are currently not supported, since we register event listeners only once when calling instrument()
: https://github.com/socketio/socket.io-admin-ui/blob/ad0ec0de08139e0c88a8b432fe94d3822363580a/lib/index.ts#L389
Two possible solutions:
This should be fixed by https://github.com/socketio/socket.io-admin-ui/commit/74f1c20f6ad878c3d11c5fc80dd8d12ee02d7bfb, included in version 0.1.2
.
We have an option like give namespace,
What if we have dynamic namespaces?