Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

Why there's always a { unhandled_data: { R: true, I: '1' } } data after websocket connected? #19

Closed
cbwang2016 opened this issue Sep 13, 2017 · 1 comment

Comments

@cbwang2016
Copy link

No description provided.

@TheRealest
Copy link

I believe this is the response to the call to SubscribeToExchangeDeltas (see here: https://github.com/dparlevliet/node.bittrex.api/blob/master/node.bittrex.api.js#L229) -- the R: true means the response from the server was true, so you were successfully subscribed, and the I: '1' is the index of the request when it was received, so you can know which request this is the response for in case they are handled out of order.

If you try passing multiple market names to the .subscribe call you will see that you receive one of these for each.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants