Skip to content

Commit 0a31b0c

Browse files
Use IsSet
Co-authored-by: Paulo Morgado <[email protected]>
1 parent 7e95e75 commit 0a31b0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/RabbitMQ.Client/client/impl/AsyncManualResetEvent.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public AsyncManualResetEvent(bool initialState = false)
5555

5656
public async ValueTask WaitAsync(CancellationToken cancellationToken)
5757
{
58-
if (_isSet)
58+
if (IsSet)
5959
{
6060
return;
6161
}

0 commit comments

Comments
 (0)