You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Twitch can return empty image with non 200 statuscode if we requesting image to fast after stream starts. We can check this in sender service, and do incremental check on availability of image.
But we must not block main gorutines then, if we are in retrying loop.
The text was updated successfully, but these errors were encountered:
Twitch can return empty image with non 200 statuscode if we requesting image to fast after stream starts. We can check this in
sender
service, and do incremental check on availability of image.But we must not block main gorutines then, if we are in retrying loop.
The text was updated successfully, but these errors were encountered: