Marc Deveaux
Marc Deveaux
When we broadcast an OpenOrder object, we broadcast a reference to an OpenOrder object. When another thread gets this broadcast it recieves the reference to the OpenOrder object, which might...
Whereas the are always going to some states where and order is expected to be in situe (PENDING,WORKING) there are other states are considered to final and non-changeable (FILLED, DONE,...
please check out https://github.com/bitrich-info/xchange-stream/pull/542 it deals with overlapping issues
would the doOnDispose() at line 378 (which removes the subscription from the map) not achieve the same result? How would retryWhen() be used?
I was referring to (which is also in PR#542 ) ``` /** * Some exchanges rate limit messages sent to the socket (Kraken), by default this method does not rateLimit...
Any ideas, going crazy trying to get thru a production Squid server
Whats the status of this? I have 80% of OkEx working on the v3 api - happy to provide the code
With #456 I get trades again 
I have not tried to connect to the beta channel yet, only provided a method to so in PR #457. There is also the Futures channel, which I want to...
Just rememebered, with Kraken the Api keys can get **broken** after which I get continual Invalid nonce errors. My solution is to create a new API key. Speculation: I think...