Reactjs – Socket IO, React – Not receiving events emitted from server
In my react app, I initialize a connection with the backend socket Io server. Inside the server, I console.log the socket that has connected, and everything works as expected, the client connects fine. However, after connecting, the server emits an…