ngx-socket-io
ngx-socket-io copied to clipboard
Performance issues while using socket.io in angular
Hi Rod,
I am using ngx-socket-io v4.0.0 since my nodejs server uses socket-io v4.0.0
while running the angular application the cpu utilization goes as high as 100%
we suspect this might be due to some infinite loop in socket io also, there are a number of xhr requests long with websocket requests for socket.io
Any help, thanks..