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
when i specially use a unavailable mysql server address to test PingContext, PingContext not cancel when ctx deadline, and every time it will cost 21 seconds when return error of " dial tcp 192.168.31.123:3306: connect: connection refused", but it should return error of "context canceled" after my ctx timeout.