JKorf / FTX.Net

MIT License
31 stars 24 forks source link

Empty orderBook after StartAsync method #9

Closed CitrusVento closed 3 years ago

CitrusVento commented 3 years ago

DoStartAsync method call WaitForSetOrderBookAsync(10000) Inside using cycle while (!bookSet && Status == OrderBookStatus.Syncing)

but Status == OrderBookStatus.Connecting

It may be necessary to change the status after subscribing

JKorf commented 3 years ago

Good catch, fixed it in the latest version

CitrusVento commented 3 years ago

Thank you for efficiency