TwitchLib / TwitchLib.PubSub

PubSub component of TwitchLib.
38 stars 51 forks source link

PubSub does not handle Raid Cancel events #110

Open pilky opened 1 year ago

pilky commented 1 year ago

I've been playing around with Raid events with PubSub and encountered a bug while testing. It seems Twitch is now sending a raid cancelled message which PubSub is not handling.

Unfortunately this also seems to cause further PubSub messages not to work. It seems to fail silently, but then throws an exception when I disconnect PubSub. I think the issue might be that RaidEvents switches on it's Type property, but that isn't set for the cancel event. I presume that's causing an exception that's breaking things further up stack.

Syzuna commented 1 year ago

I am a bit swamped atm but I will try to look into it this weekend or start of next week