Skip to content

Commit

Permalink
Disable event engine on JS
Browse files Browse the repository at this point in the history
  • Loading branch information
wkal-pubnub committed Oct 28, 2024
1 parent 1938a93 commit 47b9d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ actual fun createPNConfiguration(
override val authKey: String
get() = NO_AUTH_KEY
override val enableEventEngine: Boolean
get() = true
get() = false
override val logVerbosity: PNLogVerbosity
get() = logVerbosity
}
Expand Down

0 comments on commit 47b9d00

Please sign in to comment.