Sails socket request not working for some browsers
Opened this issue · 0 comments
ycpatel813 commented
Sails version:
Node version:v4.4.4
NPM version:2.15.1
Operating system:
Hi all,
I have used sails web socket to call all APIs, In development its working fine but when i use it in production it works in some browsers but in some client its not calling socket request and just showing loading.
i have debugged in chrome network its seems WS request is giving 101 status as shown in image.
Please review it