mirror of
https://github.com/esiur/esiur-dotnet.git
synced 2025-09-13 12:43:17 +00:00
PV
This commit is contained in:
@@ -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