adshao / go-binance

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

disabled compression on websocket dialing #433

Closed amaioli closed 1 year ago

amaioli commented 1 year ago

it should solve #430 issue

codecov[bot] commented 1 year ago

Codecov Report

Merging #433 (347d529) into master (7fad510) will decrease coverage by 0.11%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #433      +/-   ##
==========================================
- Coverage   70.03%   69.91%   -0.12%     
==========================================
  Files          76       76              
  Lines        7155     7167      +12     
==========================================
  Hits         5011     5011              
- Misses       1612     1624      +12     
  Partials      532      532              
Impacted Files Coverage Δ
v2/delivery/websocket.go 5.88% <0.00%> (-0.51%) :arrow_down:
v2/futures/websocket.go 5.88% <0.00%> (-0.51%) :arrow_down:
v2/websocket.go 5.88% <0.00%> (-0.51%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

adshao commented 1 year ago

thanks @amaioli