Await bug?
#1195
Replies: 1 comment 1 reply
-
v0.49.0 is extremely old; I would strongly recommend updating to a newer version. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm facing this error:
it's maybe related to this line?:
MySqlConnector/src/MySqlConnector/Protocol/Serialization/StreamByteHandler.cs
Line 66 in 855149d
I am using version 0.49.0 though, but latest version also has the ConfigureAwait(false) call.
I am inclined to think that for a non-deterministic issue the reading of the stream was not completed and that caused the error in the library.
About ConfigureAwait(false): https://devblogs.microsoft.com/dotnet/configureawait-faq/#what-does-configureawaitfalse-do
Beta Was this translation helpful? Give feedback.
All reactions