coinapi / coinapi-sdk

SDKs for CoinAPI

Home Page:https://docs.coinapi.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New SendHelloMessage doesn't seem to update symbol subscriptions

graham83 opened this issue · comments

I have implemented the CoinAPI SDK websocket client for C# - having some issues with subsequent SendHello messages to update the subscribed trade update symbols.

The initial SendHelloMessage works and i receive updates for any symbols contained in subscribe_filter_symbol_id. But if I try to update my subscriptions with new symbols via a subsequent SendHello it seems to be ignored and I continue receiving trade updates for the original subscribe_filter_symbol_id list.

Thanks for observing that issue. It's fixed in the 1.6.0, currently newest version in the NuGet.