MoeQatoum
MoeQatoum
@halfelf suggestion worked for issue #1172 , thanks.
working with this library is becoming exhausting and frustrating, its not well maintained you have to go through the library and debug its issues, this is distracting and a wast...
hi @halfelf, thanks for your reply, your suggestion actually fixed the issue. **TO FIX THIS ISSUE:** at `threaded_stream.py` modify `self._loop` as below ```python class ThreadedApiManager(threading.Thread): def __init__( self, api_key: Optional[str]...