🚀 Changes
- Optimize observation handling (#193)
- Should fix intermittent
GattRequestRejectedException
s on connection loss Peripheral.state
is now exposed as aStateFlow
(was previously aFlow
)
- Should fix intermittent
🐛 Bug Fixes
Apple
- Fix reconnect after a disconnect (#246), thanks to @TSkovsgaard for reporting