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
fix: isOnline should return false when node is offline (#222)
If the node is offline, trying to invoke the api client results in
an error being thrown.
If this happens the node is not online so return false instead.
0 commit comments