This commit is contained in:
2024-11-28 10:26:44 +01:00
parent d3270d3117
commit 69a22fb3eb
13 changed files with 8 additions and 8 deletions
-2
View File
@@ -109,8 +109,6 @@ public static class Commands
[RequiresDynamicCode("Calls System.Text.Json.JsonSerializer.SerializeToUtf8Bytes<TValue>(TValue, JsonSerializerOptions)")]
private static ScanningStatus GetProgress(CommunicationObject communicationObject)
{
//byte[] bytes = MessagePackSerializer.Serialize(communicationObject, ContractlessStandardResolver.Options);
byte[] lol = JsonSerializer.SerializeToUtf8Bytes(communicationObject);
using RequestSocket client = new();