You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2025. It is now read-only.
Looks like this line of code makes all threads froze(blocks entire script) if a call is discarded by calling end so fast(0.5-2s after start):
pytgvoip_pyrogram/tgvoip_pyrogram/base_call.py
Line 134 in 13c0a19
And this helps to avoid that:
I am new in python and may wrong. Can someone to confirm that?