Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix] Throw an error when trying to access the clients of a dynamic n…
…amespace (#3355) Accessing the clients of a dynamic namespace throws because doing `io.of(/your-regex/g)` returns a namespace with no adapter and the clients methods tries to access `namespace.adapter.clients`.
- Loading branch information