Pavel Chertalev

Results 19 comments of Pavel Chertalev

Hi guys, As far as I know there is some limit of message-per-second on the Kraken side. E.g. each call of the getOrderbook() method hits this Kraken limiter beacuse it...

I'm too busy at the moment, but I can do this some time later If nobody implement it at the time :)

Let me describe why this issue is very serios. Lets imagine scenario: 1. We have subscribed 20 orderbook channels 2. Connection has broken because some network issue 3. Bitrich tryes...

In case rejecting subscription request by Kraken rate limiter we will never get any messages regarding this channel. Error limit error does not have any information about what message was...

LOL) security reason) All exchanges provide limits info: bitfinex, bitstamp, binnance... etc You should be oraculum if would like to use Kraken API. They should hide all methods signature for...

Ok, I checked Kraken docs, we can use one message for subscribing all required instruments ``` { "event": "subscribe", "pair": [ "XBT/USD", "XBT/EUR" .... ], "subscription": { "name": "ticker" }...

guys I have implemented batch resubscribing for kraken implementation

looks like i have fixed problem here: https://github.com/bitrich-info/xchange-stream/pull/225

@sudo168 Thank you for the issue. I have opend fix PR.

I believe we can close it because PR is merged