turt2live / matrix-bot-sdk

TypeScript/JavaScript SDK for Matrix bots
MIT License
193 stars 68 forks source link

Appservice.pendingTransactions accumulates over time #327

Open Half-Shot opened 1 year ago

Half-Shot commented 1 year ago

Which leads to memory exhaustion. We should probably put an upper time limit on the lifetime of these stored promises.

turt2live commented 1 year ago

Please don't use this repo's issue tracker for a fork's PRs.