Skip to content

Commit

Permalink
fix(golang): remove websocket compression
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Feb 1, 2024
1 parent 7641749 commit 5c28a42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/golang/wsclient/wsclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ func ConnectWebSocket[T any](url string) *WebSocket[T] {
if err != nil {
log.Fatal("Error connecting to WebSocket:", err)
}

conn.EnableWriteCompression(true)

var ws = &WebSocket[T]{
conn: conn,
Expand Down

0 comments on commit 5c28a42

Please sign in to comment.