talostrading / sonic

Sonic is a Go library for network and I/O programming that provides developers with a consistent asynchronous model, with a focus on achieving the lowest possible latency and jitter in Go.
MIT License
674 stars 15 forks source link

remove @0ms because its not a valid update speed per binance docs #123

Closed ccnlui closed 5 months ago

ccnlui commented 5 months ago

@0ms is not a valid parameter per binance docs

sergiu128 commented 5 months ago

Approved! Indeed it's not per the binance docs for spot and inverse futures. Weirdly, it is specified for linears but only in the change log: https://binance-docs.github.io/apidocs/futures/en/#change-log

image