bougarfaoui / ng-socket-io

Socket.IO module for Angular
MIT License
255 stars 57 forks source link

Websocket stops working when compiled in production #76

Closed felocru closed 5 years ago

felocru commented 6 years ago

Hello, something strange is happening to me. When I do my tests in debug mode, the websocket works very well for me. But I only compile it in production and release, then it stops working correctly. It is difficult for me to identify the errors since I can not see the logs.

Basically what I try to do is get the sid from the socket, but this one comes undefined. Has anyone happened to you?