Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane32 committed Oct 20, 2024
1 parent cd06492 commit 2cad736
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ protected virtual async Task OnConnectionInitAsync(OperationMessage message)
return;
}
await OnConnectionAcknowledgeAsync(message);
if (TryInitialize() == false)
if (!TryInitialize())
return;

_ = OnKeepAliveLoopAsync();
Expand Down

0 comments on commit 2cad736

Please sign in to comment.