lponciolo
lponciolo
As [maxgaurav](https://github.com/maxgaurav) points out, the problem lies in the io-adapter. I've submitted a PR requesting some changes to solve this issue. If you could validate it, I would appreciate it....
I've submitted a PR requesting some changes to solve this issue. If you could validate it, I would appreciate it. https://github.com/nestjs/nest/pull/12188
@soyuka In my case, the problem occurs when, having several gateways that use @SubscribeMessage, a client connects to the websocket, that bindMessageHandlers function also runs several times generating listeners for...