Alexandre Fresnais
Alexandre Fresnais
Thanks for your quick reply. Sure I can give you the code. I have tried to do something very naive. ```rust //! Serves a Bluetooth GATT echo server. use bluer::{...
Hi, Just had the issue on a fresh project and the wait and resume trick solved the issue for me too. The pull request you mentioned has been merged since...
I am impacted too on iOS. Calling unload in a dispose method does not unload unity at all. It was working fine in 2020.3.25 `unloadOnDispose` does not work neither.
I would like to add that I am also encountering this kind of problem with Android, where I get `java.lang.ClassNotFoundException` on classes that come from plugins. Any help would be...
I would also be very interested in some sort of `Notify(object, value)` for device-specific notifications. Is there any other way we can implement some sort of Nordic UART BLE Server...