mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 12:43:17 +00:00
PV
This commit is contained in:
@@ -256,7 +256,7 @@ public static class DataSerializer
|
||||
rt.AddRange(Codec.Compose(pv.Value, connection));
|
||||
}
|
||||
|
||||
return (TransmissionTypeIdentifier.List, rt.ToArray());
|
||||
return (TransmissionTypeIdentifier.RawData, rt.ToArray());
|
||||
}
|
||||
|
||||
public static (TransmissionTypeIdentifier, byte[]) TypedMapComposer(object value, Type keyType, Type valueType, DistributedConnection connection)
|
||||
|
@@ -542,7 +542,7 @@ partial class DistributedConnection
|
||||
r.Instance.Age,
|
||||
r.Instance.Link,
|
||||
r.Instance.Hops,
|
||||
dr._Serialize());
|
||||
dr._Serialize(), this);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -552,8 +552,7 @@ partial class DistributedConnection
|
||||
r.Instance.Age,
|
||||
r.Instance.Link,
|
||||
r.Instance.Hops,
|
||||
r.Instance.Serialize());
|
||||
|
||||
r.Instance.Serialize(), this);
|
||||
}
|
||||
|
||||
// subscribe
|
||||
|
Reference in New Issue
Block a user