Skip to content

Commit

Permalink
set default event engine enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitpubnub committed Oct 27, 2024
1 parent 936cedb commit 365a21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Api/PubnubApi/PNConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private void ConstructorInit(UserId currentUserId)
UseRandomInitializationVector = true;
FileMessagePublishRetryLimit = 5;
userId = currentUserId;
EnableEventEngine = false;
EnableEventEngine = true;
}

private void setDefaultRetryConfigurationFromPolicy(PNReconnectionPolicy policy)
Expand Down

0 comments on commit 365a21e

Please sign in to comment.