Skip to content

Fix ping functionality #497

@sryhanen

Description

@sryhanen

Description
Calculate latency from websocket messages.

  • Implement new property field "stamp" to the default properties of websocket messages. "Stamp" should have value from performance.now().
  • Implement calculation for rtt value, that could be presented on the ui. The rtt value is calculated by comparing performance.now() and "stamp" property of the websocket response .

Use case or motivation behind the feature request
For measuring performance metrics.

Related issues
Issue-461

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions