proper reset for polling
This commit is contained in:
@@ -120,6 +120,7 @@ export class HomepageService extends BaseService<null> {
|
||||
logInfo("Polling ended");
|
||||
if (this.pollingInterval) {
|
||||
clearInterval(this.pollingInterval);
|
||||
this.pollingInterval = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user