10646ab9e3
When someone set any wss server and do login VC doesn't record the settings on localStorage, so when we reload the browser, it will try to connect on "wss://" + window.location.hostname + ":8082" and if this wss server is offline for any reason, user will be stuck on splash screen by auto-login step plus reconnect modal blocking any action. - Added button "Change Server" on modal reconnection alert; - Stop jsonRpcClient retry timeout and delete verto instance to create a new one when user login with new wss server; - Record wss server and hostname on localStorage. |
||
---|---|---|
.. | ||
js/3rd-party | ||
src | ||
.gitignore | ||
.jshintrc | ||
Gruntfile.js | ||
README.md | ||
bower.json | ||
debian8-install.sh | ||
package.json |
README.md
To install on Mac
brew install npm
npm install -g grunt grunt-cli bower
cd verto_communicator npm install bower install grunt serve
to Install on Debian 8 ./debian8_install.sh