Nils Diefenbach
Nils Diefenbach
@jorgeog96 , Thanks for raising this issue! Unfortunately I'm super swamped with work and currently don't have much time to look into this issue. If there's anyone willing to look...
Hey @ojsaito, This is likely an issue with the connection to Bitfinex - if the problem persists, enable debugging for the btfxwss client and post your log file here. Then...
Try this while not wss.conn.connected: .... I believe this was converted to a `bool` instead of a `Event` object.
Hey @kariya2 , Thanks for submitting this issue! Without the source code it's a bit hard to debug, but it could be possible that the threads you're looking are dead,...
Hey @Leobouloc , `btfxwss` does not handle mainting an orderbook. It only stores the messages you need to process. This means, that you only ever process a single entry update...
Ah, my bad. This could be a race-condition - since you update the book only when you call `get()`, by the time it's done the order book may have changed...
done. The current developer branch / pre-release branch (prefixed with `release-`) is available via pip, using hte `--pre` flag when installing. Not doing nightly builds for now.
The example code in the README should cover this enough to understand the basic usage for streaming data. However, I will add extended examples in the next release, since I'll...
Does this issue persist for you? Bitfinex's websocket sometimes is a bit..peculiar.
I'm currently migrating the library. However, this is a pastime project and I simply don't have enough time to put in as much work as I'd like.