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
{{ message }}
This repository was archived by the owner on Dec 13, 2021. It is now read-only.
This WCIP specifies how two clients can monitor in a connected session wether their respective peers is still online.
To test the liveness of the other peer, the client will send a JSON-RPC request during the session with a new proposed method wc_isAlive, this request should be responded with a JSON-RPC response with result null.
The client should send this request every 10 seconds and should expect a response within one cycle. If the client doesn't receive a response for two cycles (20 seconds) then it should assume the peer is offline.