fix(eventsub): retry if the WS session expired (#6093)

This commit is contained in:
nerix
2025-03-17 15:12:22 +01:00
committed by GitHub
parent 8950236d64
commit 8c4363c92a
4 changed files with 32 additions and 7 deletions
+1
View File
@@ -864,6 +864,7 @@ enum class HelixCreateEventSubSubscriptionError : std::uint8_t {
Forbidden,
Conflict,
Ratelimited,
NoSession,
// The error message is forwarded directly from the Twitch API
Forwarded,