Bug #106243 | CancellationToken doesn't cancel MySqlConnection.OpenAsync | ||
---|---|---|---|
Submitted: | 22 Jan 2022 4:12 | Modified: | 10 Jun 2022 16:27 |
Reporter: | Bradley Grainger (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 8.0.28 | OS: | Windows |
Assigned to: | CPU Architecture: | Any |
[22 Jan 2022 4:12]
Bradley Grainger
[22 Jan 2022 7:43]
MySQL Verification Team
Hello Bradley, Thank you for the report and test case. regards, Umesh
[10 Jun 2022 16:27]
Christine Cole
Posted by developer: Fixed as of the upcoming MySQL Connector/NET 8.0.30 release, and here's the proposed changelog entry from the documentation team: Previously, it was possible to cancel the MySqlConnection.OpenAsync operation if the CancellationToken object was canceled. This fix restores the original behavior. Thank you for the bug report.