diff --git a/obsws_python/events.py b/obsws_python/events.py index 5002fd5..9289d5f 100644 --- a/obsws_python/events.py +++ b/obsws_python/events.py @@ -52,6 +52,7 @@ class EventClient: return type(self).__name__ def subscribe(self): + self.base_client.ws.settimeout(None) stop_event = threading.Event() self.worker = threading.Thread( target=self.trigger, daemon=True, args=(stop_event,)