Mariusz Kotas
Mariusz Kotas
+1 would be useful to fail whole build if we forget to increment version
> You can also use the existing strike apis to create USD pegged invoices....... Basically it will give a quote(btc invoice) with 2min timer.... if you pay within 2min, you...
@leesalminen thank you! 💯 I have deployed it on [lnbits.mkotas.cz](https://lnbits.mkotas.cz/) and tested: [strike_lnbits.webm](https://user-images.githubusercontent.com/3494837/185585501-b33807e3-104e-451c-b4f9-fb785f2766d1.webm)
Hello @jzarifis , as mentioned in https://github.com/Marfusios/bitmex-client-websocket/issues/36, this is not yet implemented.
Hello @emin-karadag , there is a PR https://github.com/Marfusios/bitmex-client-websocket/pull/27 Still finding time to get into it, would be great if you could run that branch and let us know if everything...
Hello @emin-karadag, not yet, just updating dependencies to the latest version and targeting also .net standard 2.1
Hello, yes, please, PR is very welcome
Hello, ok, thank you. Looking forward to PR
Hello, I'm simply calling: ``` _client.Send(new PositionSubscribeRequest()); ``` and it seems to be working. Don't forget to call it after successful authentication: ``` _client.Streams.AuthenticationStream.Subscribe(info => { if (!info.Success) { Log.Information("[BMX...
Hello @ColossusFX, please send more info. Does it throw any deserialization errors?