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 provider will try to figure out if the ws connection became stale, and it needs to be closed and reopened to continue working.
94
+
95
+
PAPI uses the heartbeat feature to accomplish this purpose. You can customize the heartbeat timeout with `heartbeatTimeout` option (in milliseconds). Its default is `40_000`.
96
+
90
97
## Connection status
91
98
92
99
The provider also has a `getStatus` method that returns the current status of the connection. Let's see it:
0 commit comments