thrasher-corp / gocryptotrader

A cryptocurrency trading bot and framework supporting multiple exchanges written in Golang.
MIT License
2.96k stars 792 forks source link

Bugfix/binance sub names #1508

Closed Beadko closed 1 month ago

Beadko commented 4 months ago

PR Description

Binance does not allow the subscription on multiple channels, this change will compile 50 channels into one subscription.

Fixes # (issue)

Type of change

Please delete options that are not relevant and add an x in [] as item is complete.

How has this been tested

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration and also consider improving test coverage whilst working on a certain feature or package.

Checklist

gbjk commented 1 month ago

Replaced by #1568