You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ilyacherevkov
changed the title
Listen account + listen ticker WS v2
Listen account + listen orderbook WS v2
Aug 13, 2017
Sometimes WS v2
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.
The text was updated successfully, but these errors were encountered: