You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The entire unsigned field is explicitly marked as optional by the spec, but the age subfield is useful for breaking down latency measurements into more fine-grained metrics. This is done by PingPong, which currently cannot break down latencies when Dendrite is involved because of this issue.
The text was updated successfully, but these errors were encountered:
Background information
go version
: 1.15Description
Synapse -> Synapse
Dendrite -> Synapse
The
age
field is missing:Synapse -> Dendrite
A non-canonical
age_ts
field is present, which appears to always be equal toorigin_server_ts
:Why this matters
The entire
unsigned
field is explicitly marked as optional by the spec, but theage
subfield is useful for breaking down latency measurements into more fine-grained metrics. This is done by PingPong, which currently cannot break down latencies when Dendrite is involved because of this issue.The text was updated successfully, but these errors were encountered: