Mariusz Kotas
Mariusz Kotas
Hello, thanks, seems reasonable. Is it going to be backward compatible or brings any breaking change to usage? Ping me when you will be ready, I will go through it....
Unfortunately, I have a lack of time, let me check the current code later this week.
Hello, my bots running 24/7 without issue, I'm subscribed mostly to authenticated API (orders) and public trades, order book. Could you integrate intensive logging and set `Verbose` level? Maybe there...
Hello @jcbit , you have to wait for the successful authentication and only then call send requests. There is a stream: ``` client.Streams.AuthenticationStream.Subscribe(auth => Log.Information($"Authenticated: {auth.IsAuthenticated}")); ```
Hey @shaynevanasperen , thanks for the PR. Could you please split it into multiple separate PRs? 5000+ lines are definitely too much for a proper review. A few high-level points:...
Hello, most likely ticker for funding is not yet implemented. Right now you can use only funding trades stream, request: [Program.cs line 88](https://github.com/Marfusios/bitfinex-client-websocket/blob/master/test_integration/Bitfinex.Client.Websocket.Sample/Program.cs#L88), stream: [line 165](https://github.com/Marfusios/bitfinex-client-websocket/blob/master/test_integration/Bitfinex.Client.Websocket.Sample/Program.cs#L165)
Hello @GeorgSchneider, thanks, glad to hear it. Does that issue occur like instantionously or only after x minutes/hours? I would say it shouldn't take place, OB invalidity happens, but it...
Hello @LadislavBohm , a good idea about more error events, it could be very useful. On the other hand, I would like to keep WebsocketClient as simple as possible, so...
Hello @Vaggal , good idea, do you have a link to some tool that is able to automate this process? I really hate any manual steps, it is pretty convenient...
It's back! 