Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some subscriptions return double array. #73

Open
taylorjdawson opened this issue Nov 27, 2019 · 0 comments
Open

Some subscriptions return double array. #73

taylorjdawson opened this issue Nov 27, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@taylorjdawson
Copy link
Contributor

Bug:

Some of the subscriptions return double array as data.

Steps to replicate:

w3d.on({eventName: 'market:orders', filters: {"pair":"eth_btc", "exchange":"gdax"}, (data) => {
  console.log(data) // <-- this is a double array!!
})
@taylorjdawson taylorjdawson self-assigned this Nov 27, 2019
@taylorjdawson taylorjdawson added the bug Something isn't working label Nov 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant