Martin Kuckert
Martin Kuckert
The same seems to be the case for ble.net-android…
Looks like you're writing from a different thread than the main thread. Be aware of what's stated in the documentation: > Characteristic/Descriptor Write: make sure you call characteristic.WriteAsync(...) from the...
I'd assume you'd be available to simply call `ConnecToDeviceAsync` for multiple devices 👍
The problem seems to lie in the `TaskBuilder.FromEvent` pattern in [`AdapterBase. DisconnectDeviceAsync`](https://github.com/xabre/xamarin-bluetooth-le/blob/master/Source/Plugin.BLE.Abstractions/AdapterBase.cs#L146) and a missing `DeviceDisconnected ` event in the case of `_gatt == null` in the Android `Device` implementation...
You can workaround by checking `Device.State == DeviceState.Connected` before disconnecting.
I was able to recover a corrupted database by executing the `Rebuild` command. Unsure if this would repair all cases or just this one. I'm using LiteDB 5.0.11 My exception:...
I have an implementation for a Child Container - will prepare a PR
There is currently no release for Xamarin Studio (or Visual Studio for Mac), right?
As long as this fork is not updated to also use SQLitePCLRaw: yes
May be it just works because Android N is not denying access to the libsqlite.so - contrary to their beta versions. You should see some log messages pointing that out.