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

Listen account + listen orderbook WS v2 #42

Closed
ilyacherevkov opened this issue Aug 13, 2017 · 1 comment
Closed

Listen account + listen orderbook WS v2 #42

ilyacherevkov opened this issue Aug 13, 2017 · 1 comment

Comments

@ilyacherevkov
Copy link

ilyacherevkov commented Aug 13, 2017

Sometimes WS v2

client.listen_account do |update|
   puts update
end

client.listen_book("tBTCUSD") do |order|
   puts update
end

client.listen!

returns
'auth'
and nothing else, no either account updates nor orderbook deltas. Is it possible to reconnect somehow when this happens? It happens in 50% of cases.

@ilyacherevkov ilyacherevkov changed the title Listen account + listen ticker WS v2 Listen account + listen orderbook WS v2 Aug 13, 2017
@ilyacherevkov
Copy link
Author

Apparently I was wrong. Just needed to wait a bit

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

No branches or pull requests

1 participant