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
+5
View File
@@ -51,6 +51,11 @@ class Program
using (var disposingPrinter = factory.Create("Test"))
{
disposingPrinter.SetFingerPrint(new[] { 1, 2, 3 }).ContinueWith(r =>
{
Console.WriteLine(r.Status);
});
DemoCheck.CreatingPrinter = true;
disposingPrinter.OnPrint += (_, _) =>
{