Skip to content
Snippets Groups Projects
Commit 9072307e authored by Jason Salyers's avatar Jason Salyers
Browse files

[JES] Still suspect something funky is going on in setOptions

parent 17086df7
No related branches found
No related tags found
2 merge requests!2Fail Over Capability,!1Automatic Fail Over
......@@ -211,9 +211,11 @@ class Steem extends EventEmitter {
}
}
this.apiIndex = index;
console.log("updated apiIndex to be ", this.apiIndex);
}
console.log("done setting options. new options are: ", this.options);
console.log("does failover_threshold still exist? ", this.options.failover_threshold === 'undefined' ? "no" : "yes");
}
setWebSocket(url) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment