We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3b7d5 commit 8f95568Copy full SHA for 8f95568
src/MySqlConnector/Protocol/Serialization/AuthGSSAPI.cs
@@ -230,7 +230,7 @@ public static async Task<PayloadData> AuthenticateAsync(byte[] switchRequestPayl
230
return innerStream.MySQLProtocolPayload;
231
232
// Read final OK packet from server
233
- return await session.ReceiveReplyAsync(ioBehavior, cancellationToken);
+ return await session.ReceiveReplyAsync(ioBehavior, cancellationToken).ConfigureAwait(false);
234
}
235
236
0 commit comments