JHoh
JHoh
Made an update to [my reproduction repo](https://github.com/J-Hoh/nestjs9_fastify4_socketio-bug) as im trying to investigate this error. This bug still persists in the latest version, 9.0.5 However, I discovered that setting a different...
Just tried it in my reproduction repo above, running `npm run build` and `npm run start:prod` (essentially `nest build` and then running the resulting main.js via node). For some reason...
@KaMeHb-UA @urdeveloper I'm pretty sure the problem was introduced with the upgrade to 9.0.0 of NestJS packages, and the problem is with having a websocket server on the same host+port...