I have some problems when trying to listen to specific events on socket.io. I initiate ws server on the nest like their tutorial, also the connection is ok but when I try to connect in frontend the socket object returns properties like: `{..., "connected": false, "disconnected": true}
enter image description here
nest code image
when I am calling emit on server-side
and the response from the server receives an updated JSON, but I can't hear the progress event,
progress
Looks like you're using Socket.IO v3 which isn't yet supported by NestJS yet. Downgrade to version 2.
2.1m questions
2.1m answers
60 comments
57.0k users