0👍
If it’s a websocket, no its not strange. It will poll continuously every X ms. If you use a library like socket.io
you will see the same behaviour. It’s a polling architecture.
Source:stackexchange.com
0👍
If it’s a websocket, no its not strange. It will poll continuously every X ms. If you use a library like socket.io
you will see the same behaviour. It’s a polling architecture.