AElfProject/aelf-boilerplate

do not use interval; use event, when we focus, we update.

todo opened this issue · 0 comments

todo commented

// TODO: do not use interval; use event, when we focus, we update.
async getFirstRequest() {
this.updateBalance = setInterval(()=>{
this.freshBalance();


This issue was generated by todo based on a TODO comment in 2176439. It's been assigned to @hzz780 because they committed the code.