This is for the websocket.
The two transport types currently offered have different limits.
The max cost on the websocket is 10
But you can have as many cost 0βs as you want. (up to 100)
And if the websocket is subscribing to the topcis for the authed user than your cost will be 0
So my example: EventSub WebSockets with Implicit Auth Example makes six topic requests, but only for the authenticating user, so itβs cost 0. Leaving 94 of the total left. And 10 cost 1βs
All right, the websocket is only for my channel, so if I understand it will cost 0 for me ?
If I wanted to subscribe to 10 types, it will leave 90 of the total left right ?
Because it is only for my channel. Am I right ?