czesiu20

Results 6 comments of czesiu20

> Unfortunately that may be impossible to implement without severely impacting performance as this data (1D, 2D, ...) is embeded in string. Parsing it takes time. Best approximation is to...

I have similar problem. I'm losing connection to PrusaLink. The solution for me is to check the option "Unlink camera from CONNECT" in the page Cameras. I also noticed that...

Just close the stream after the content is written. public async Task WriteBody(StreamWriter writer) { ContentStream.Position = 0; await writer.FlushAsync().ConfigureAwait(false); await ContentStream.CopyToAsync(writer.BaseStream).ConfigureAwait(false); //close the stream --> ContentStream.Close(); }

Thank you for the fix. Ble Gateway is working great, but the client is not. I had to remove the client, cos the device seems to be dead.