Skip to content

Commit 8f95568

Browse files
bgraingervaintroub
andauthored
Update src/MySqlConnector/Protocol/Serialization/AuthGSSAPI.cs
Co-Authored-By: vaintroub <[email protected]>
1 parent db3b7d5 commit 8f95568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySqlConnector/Protocol/Serialization/AuthGSSAPI.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ public static async Task<PayloadData> AuthenticateAsync(byte[] switchRequestPayl
230230
return innerStream.MySQLProtocolPayload;
231231

232232
// Read final OK packet from server
233-
return await session.ReceiveReplyAsync(ioBehavior, cancellationToken);
233+
return await session.ReceiveReplyAsync(ioBehavior, cancellationToken).ConfigureAwait(false);
234234
}
235235
}
236236
}

0 commit comments

Comments
 (0)