Skip to content

Commit

Permalink
fix rebase change
Browse files Browse the repository at this point in the history
  • Loading branch information
Wraith2 committed Nov 17, 2022
1 parent 66aaeee commit 7e38ed0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -731,7 +731,7 @@ internal void SetTimeoutMilliseconds(long timeout)

internal void ThrowExceptionAndWarning(bool callerHasConnectionLock = false, bool asyncClose = false)
{
_parser.ThrowExceptionAndWarning(this, callerHasConnectionLock, asyncClose);
_parser.ThrowExceptionAndWarning(this, null, callerHasConnectionLock, asyncClose);
}

////////////////////////////////////////////
Expand Down

0 comments on commit 7e38ed0

Please sign in to comment.