Skip to content

Commit

Permalink
Disable http polling and use websockets only for transport
Browse files Browse the repository at this point in the history
  • Loading branch information
elefantel committed Feb 8, 2024
1 parent d293a6c commit c91c6f7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public class Channel: CommunicationChannel {
socketURL: url,
config: [
.log(false),
.forceWebsockets(true),
options
]
)
Expand Down

0 comments on commit c91c6f7

Please sign in to comment.