A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Xamarin Android: WriteCharacteristic sometimes overwrites OnCharacteristicChanged
Raymond Ha
1
Reputation point
I have a keep alive message coming ever 3-5 secs. When I execute WriteCharacteristic right as data is coming into OnCharacteristicChanged, it'll overwrite the OnCharacteristicChanged data received with the bytes I'm trying to send over. Is there a new API or SDK that is available that's more thread safe?
Currently using Xamarin.Android SDK 11.4.0.5
Thanks!
Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
Sign in to answer