Skip to content

Commit

Permalink
rethrow any other
Browse files Browse the repository at this point in the history
  • Loading branch information
arsnyder16 committed Oct 15, 2020
1 parent 0ba9a2f commit 0d5e7c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StackExchange.Redis/PhysicalConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,7 @@ internal WriteResult FlushSync(bool throwOnFailure, int millisecondsTimeout)
{
ThrowTimeout();
}
throw;
}
}
return flush.Result;
Expand Down

0 comments on commit 0d5e7c9

Please sign in to comment.