mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 03:38:33 +08:00
Stop client timers if error show on client #PL-1988
This commit is contained in:
parent
fea2fff7c9
commit
97bf1af835
@ -161,6 +161,10 @@ public class ApplicationConnection {
|
||||
if (!applicationTimers.containsValue(this))
|
||||
return;
|
||||
|
||||
// stop timer if error shown
|
||||
if (errorShown)
|
||||
return;
|
||||
|
||||
runTimerAction();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user