We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b4f62 commit 55e33beCopy full SHA for 55e33be
src/api.rs
@@ -65,7 +65,7 @@ impl Api {
65
}
66
pub fn is_connected(&self) -> bool {
67
let status: String = self.status();
68
- if status == "Connecting" {
+ if status == "Connecting" || status == "Connected" {
69
return true;
70
71
false
0 commit comments