algorandfoundation / algokit-subscriber-ts

Simple, but flexible / configurable Algorand transaction subscription / indexing mechanism
MIT License
12 stars 6 forks source link

fix: resolve stack overflow issue when processing a large number of transactions #26

Closed neilcampbell closed 6 months ago

neilcampbell commented 6 months ago

Assign the result, rather than append individually.