inthehand / 32feet

Personal Area Networking for .NET. Open source and professionally supported
https://inthehand.com/components/32feet/
MIT License
817 stars 206 forks source link

ios When device disconnect, GattServerDisconnected is not raised #416

Open acaliaro opened 5 months ago

acaliaro commented 5 months ago

hi. I have a problem with ios and BLE (MAUI .NET 8).

On iOS, BLE disconnects very frequently. I would expect an event to be generated upon disconnection (GattServerDisconnected??) but this does not happen. How come? How do I get a notification that BLE is no longer connected?

igiona commented 2 months ago

I experienced the same issue as well, but I wasn't able to debug it much up to now.