Replies: 1 comment
-
No idea. It looks like something may have been delinked from your build. Do you have an example of the call you're making? Shiny uses Microsoft.Extensions.Logging, so you can configure the logging to be turned off for the specific class. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The characerisitic that I am subscribing to sends every 15ms, so my entire output windows is basically only these messages.
Im connecting to my BLE Device and subscribing to a characterisitc with notify. The data from that characteristic also seems to arrive fine but I get an error for every one. I can only reproduce it on my Samsung Galaxy S9 with API 31 installed. Another phone does not have this and sadly I can't test with emulators because I need a BLE connection.
I'm on Shiny 3.3.3 and MAUI 8.0.61 (.NET 8)
I get this every 15ms:
The App works fine and the data from that characteristic seems to also be fine but debugging is almost impossible and the performance in debug mode is obviusly pretty bad with to many messages.
Any help or nudge into the right direction would be greaty appreciated.
Beta Was this translation helpful? Give feedback.
All reactions