I'm using Pusher websocket and i would like to understand why it keeps making POST requests every 10-20 seconds:
app.js:66006 XHR finished loading: POST "https://sock26-us2.pusher.com/pusher/app.......
After some time my console log this:
(699) XHR finished loading: POST "<URL>".
699 POST Requests, it just never stop making POST requests, is this normal? Because i don't see it happening in other sites that use websockets.