Cbor bug fixes

This commit is contained in:
2025-05-14 12:58:14 +03:00
parent bc74a97b14
commit d48ac20f7d
6 changed files with 35 additions and 0 deletions
+1
View File
@@ -15,5 +15,6 @@ namespace Example.Shared
event Action<IPage, RequestContext> OnPrint;
[Untrusted]
Task SomeoneIsApproaching(string humanName);
Task SetFingerPrint(int[] fingerPrint);
}
}