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
Hi! I'm using this library to run queries on few client VDS, and I found that execution does not work in multiple threads. Work in a multithreaded mode is blocked by functions like AuthenticationConnection.Wait()
Is it possible to make a real multithreading?