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
Upon expanding node details, create a ping to the host and display a latency meter or ms of client to node. Issue with this is, we have to first do 2 requests. One to the API to get remote uRL. second request can be the ping.
When user clicks "Check Details" have the detail expansion dialog display the latency from client to node.
Of these two ways, the second is the most convenient to code and will not slow down the app.
The text was updated successfully, but these errors were encountered:
This can be handled 1 of 2 ways.
Upon expanding node details, create a ping to the host and display a latency meter or ms of client to node. Issue with this is, we have to first do 2 requests. One to the API to get remote uRL. second request can be the ping.
When user clicks "Check Details" have the detail expansion dialog display the latency from client to node.
Of these two ways, the second is the most convenient to code and will not slow down the app.
The text was updated successfully, but these errors were encountered: