makerdao / multicall

Multicall: Aggregate multiple constant function call results into one
MIT License
851 stars 451 forks source link

stackoverflow problem #49

Open okex-dapp opened 2 years ago

okex-dapp commented 2 years ago

function poll() { this.state.handler = setTimeout(async () => { poll.call({

this can be stackoverflow?