Triston Jones

Results 1 comments of Triston Jones

In my limited testing, fixing this might be as simple as adding a check to the `subscribe` function in `src/winrtble/ble/characteristic.rs`: ```rust pub async fn subscribe(&mut self, on_value_changed: NotifyEventHandler) -> Result...