Skip to content

Commit 6c2fcb7

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

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
@@ -183,7 +183,7 @@ public override async Task WriteAsync(byte[] buffer, int offset, int count, Canc
183183
// full payload provided
184184
payload = new PayloadData(new ArraySegment<byte>(buffer, offset, m_writePayloadLength));
185185
}
186-
await m_serverSession.SendReplyAsync(payload, m_ioBehavior, cancellationToken);
186+
await m_serverSession.SendReplyAsync(payload, m_ioBehavior, cancellationToken).ConfigureAwait(false);
187187
// Need to parse NegotiateStream header next time
188188
m_writePayloadLength = 0;
189189
}

0 commit comments

Comments
 (0)