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?
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?