PythonistaGuild / TwitchIO

An Async Bot/API wrapper for Twitch made in Python.
https://twitchio.dev
MIT License
785 stars 163 forks source link

refactor eventsubws subscription error handling to not error on reconnect #439

Closed IAmTomahawkx closed 5 months ago

IAmTomahawkx commented 5 months ago

Description

Fixes a crash where an optional Future can become None.

Checklist