radian

Results 3 comments of radian

Latency after repeated disconnections has been improved, but seems to be different from the ConnectionTimeout setting. (ConnectionTimeout= 5) The results of comparison with Official MySql.Data will be posted. [MySql.Data 8.0.19]...

Commenting out the ExecuteScalar in the first post of the test code worked correctly for the timeout. It is possible that another socket operation is affecting the MySqlConnection.Open.

After executing ExecuteScalar and reconnecting with the network disconnected, m_socket.Receive of SocketByteHandler is called and seems to be blocking. [trace.txt](https://github.com/mysql-net/MySqlConnector/files/4453588/trace.txt)