KillerInk
KillerInk
yes there is something wrong. also freedcam forget thats it was turned on. looks like it did not survive last rework. but you can check if it have a lock....
dont know works here as it should. if it have a fix, getLastKnownLocation returns the locationdata. after that the location gets updated every minute and if you moved 15meters. [requestLocationUpdates](https://developer.android.com/reference/android/location/LocationManager#requestLocationUpdates(java.lang.String,%20long,%20float,%20android.location.LocationListener))...
https://github.com/glitch100/BinanceDotNet/blob/6e2da4dae552ed422df4d2f5459137211063d5ac/BinanceExchange.API/RequestClient.cs#L18 `private readonly HttpClient _httpClient;` do work for me
With my change its working for me. Have two clients in two threads running without a malformed request happen. The problem was that all requestclient instances used the same httpclient.
the problem is at wich time the requestclient get created. on each call to static RequestClient() a new httpclient get created and overwrites the old. In this case its working:...
https://github.com/glitch100/BinanceDotNet/blob/5e372745b847cce01c172e19e9662d0dd5a2e07a/BinanceExchange.API/Websockets/AbstractBinanceWebSocketClient.cs#L178 BinanceAggregateTradeData must get replaced with BinanceTradeData. but there is still a problem. websocket cant handel Lists/Arrays, design fail ErrorMsg: `{"Cannot deserialize the current JSON array (e.g. [1,2,3]) into type...
think that problem should be solved in meantime
same problem as for #180
hi you builded from source or used latest apk from release?
thats also solved. that problem was freedcam locked the event and did not pass it further.