DevilXD
DevilXD
Some GQL operations have an internal batch limit of 20 at a time. If I had to guess, Twitch made it so that the websocket can sub 20 topics at...
I added some simple chunk batching with 20 at a time (https://github.com/DevilXD/TwitchDropsMiner/commit/5d7a697c2be9d0e816b40f54c6bc52c4073838ed), and did a quick test that filled up all topic slots. Looked like nothing out of the ordinary,...
It seems we've posted at the same time =) I just did the change, so you could test if that works. It seemed to do just fine when I tested...
Just a note - this is a temporary solution. If Twitch decides to suddenly axe-out the entire websocket connection, then we're kinda screwed. Getting a websocket rewrite ready will take...
Well, yes. None of the recent changes have caused this - Twitch themselves did. Twitch changes things constantly, so the miner won't work forever without adjustments either.
@zhilings 看 #877.