UWP AppServiceConnection - SendResponseAsync returns AppServiceResponseStatus.Failure
问题 I'm trying to create a UWP service app on the Raspberry Pi3 which provides the access to the on board UART. I'm facing an issue about the AppConnection Request/response. this is the service method that handles the incoming requests from client apps internal class Inbound { public static async void OnRequestReceived(AppServiceConnection sender, AppServiceRequestReceivedEventArgs args) { var messageDeferral = args.GetDeferral(); var response = new ValueSet(); bool success = false; var msg =