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
Connector/NET exposes a public bool MySqlConnection.Ping() method, which returns whether the server could be pinged. There appears to be moderate usage of this method on GitHub.
We could add this, as well as expose PingAsync() and PingAsync(CancellationToken).
Tests should verify the behavior described in bug 13658.
The text was updated successfully, but these errors were encountered:
Connector/NET exposes a
public bool MySqlConnection.Ping()
method, which returns whether the server could be pinged. There appears to be moderate usage of this method on GitHub.We could add this, as well as expose
PingAsync()
andPingAsync(CancellationToken)
.Tests should verify the behavior described in bug 13658.
The text was updated successfully, but these errors were encountered: