This commit is contained in:
tiago.kayaya
2021-08-17 14:17:19 +01:00
parent 6714825bb7
commit 13a5ca0702
5 changed files with 42 additions and 23 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ async openChatOptions(ev?: any) {
if(this.route.url != "/home/chat"){
console.log("Timer message stop")
} else {
await new Promise(resolve => setTimeout(resolve, 1000));
await new Promise(resolve => setTimeout(resolve, 1000));
await this.serverLongPull();
console.log('Timer message running')
}