adshao / go-binance

A Go SDK for Binance API
MIT License
1.48k stars 663 forks source link

failed to WebSocket dial: unsupported permessage-deflate parameter: "server_max_window_bits=15" #430

Closed guotie closed 1 year ago

guotie commented 1 year ago

failed to WebSocket dial: unsupported permessage-deflate parameter: "server_max_window_bits=15"

perp depth ws

NNagato commented 1 year ago

what version do you use? i got the same issue with version 2.3.2 but fixed when using the latest version

guotie commented 1 year ago

v2.3.8

guotie commented 1 year ago

when I upgrade to v2.3.9, the problem still exist.

guotie commented 1 year ago

https://github.com/nhooyr/websocket/issues/351

kunsonx commented 1 year ago

Check on this library: https://github.com/crypto-zero/go-binance

adshao commented 1 year ago

Could you please try with the master branch, let me know if the issue is not fixed, thanks.