Skip to content

Commit

Permalink
Disable WebSocket Compression, it is breaking iOS 15
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedmansour committed Oct 27, 2021
1 parent d282823 commit ceb5e2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daemon/hub/hub.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func New(
workerCount int,
) (*Hub, error) {
upgrader := &websocket.Upgrader{
EnableCompression: true,
ReadBufferSize: 1024,
WriteBufferSize: 1024,
}
Expand Down

0 comments on commit ceb5e2e

Please sign in to comment.