Reconnect when loosing connection
This commit is contained in:
parent
57ca2c44ad
commit
4b165054a4
3 changed files with 19 additions and 6 deletions
|
@ -12,7 +12,7 @@ export default {
|
|||
if (window.localStorage) {
|
||||
localStorage.removeItem("autoconnect");
|
||||
}
|
||||
app.client.close();
|
||||
app.close(SERVER_BUFFER);
|
||||
},
|
||||
"query": (app, args) => {
|
||||
var nick = args[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue