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
PySQLi's actual asynchronous requests manager (located in async.py) is based on a set of threads and is quite old. Maybe use twisted or something more efficient than multithreading.