justintv / Twitch-API

A home for details about our API
www.twitch.tv
1.72k stars 381 forks source link

OFFLINE event callback fires continuously while stream is offline #594

Open jzisser9 opened 7 years ago

jzisser9 commented 7 years ago

I've noticed after setting up an event listener for Twitch.Player.OFFLINE on a stream, the event will continue to fire every couple of seconds while the stream is offline, while the ENDED event only fires once while the stream is offline. Is this intended? The documentation makes the difference between the two events seem ambiguous.