2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-09-13 12:43:17 +00:00
This commit is contained in:
2025-08-25 03:39:37 +03:00
parent 3ea7adaebc
commit 4a7070ee6e
4 changed files with 33 additions and 12 deletions

View File

@@ -197,6 +197,8 @@ public static class Codec
var tt = dataType.Value;
Console.WriteLine("Parsing " + tt.Class + " " + tt.Identifier);
if (tt.Class == TransmissionTypeClass.Fixed)
{
return (len, FixedAsyncParsers[tt.Exponent][tt.Index](data, dataType.Value.Offset, (uint)tt.ContentLength, connection, requestSequence));