Preparing for new request id

This commit is contained in:
2025-07-26 20:44:19 +03:00
parent 31d4102dac
commit be12f1da65
15 changed files with 116 additions and 76 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace mROA.Cbor
private bool FindParser(Type t, out IOrdinaryStructureParser parser)
{
if (t == typeof(NetworkMessageHeader))
if (t == typeof(NetworkMessage))
{
parser = _parsers[0];
return true;