WebSocket requests limit

Hi guys, I have just a simple question:
does the limit to 4000 HTTP requests include WebSocket requests too?

It does, but only the initial websocket connection is considered a request. You can send as many messages through the websocket as you like.

5 Likes