Tomasz

Results 305 comments of Tomasz

@xljiulang thank you for the reply. I was able to catch RequestAborted inside ForwardHttpAsync in the Client class using: ``` context.RequestAborted.Register(() => { var requestId = context.TraceIdentifier; Console.WriteLine($"Request aborted. ClientId:...

@xljiulang thank you for your time. Sadly, I still get this error when I cancel the request in Postman: ``` fail: Microsoft.AspNetCore.Server.Kestrel[0] Unexpected exception in TimingPipeFlusher.FlushAsync. System.IO.IOException: Unable to write...

@nagyrobi Sadly I'm not that technical. Currently, I use the integration to create the image, the integration sends it to the AP (running OpenEpaperLink) and the image is sent to...

@nagyrobi my FR was about BLE based Tags, like this one: https://pl.aliexpress.com/item/1005002399342939.html I have a single ESP-S3 flashed with OpenEpaperLink (they have a standalone Bluetooth-only AP). It works perfectly. Ideally,...

If you want to connect to other types of tags then yes, you need additional ESP. But there is BLE only AP - https://install.openepaperlink.de/ I asked about that just weeks...