algorandfoundation / algokit-subscriber-ts

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

feat: mutex for searching transactions #98

Open PhearZero opened 1 week ago

PhearZero commented 1 week ago

Proposed Changes

This could be a Semaphore with known safe number of in-flight requests. For now I've made it a Mutex just to continue testing the library.