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
Description
Calculate latency from websocket messages.
performance.now().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