Skip to content

Conversation

@maradini77
Copy link

The sendTx method in SimpleTxManager was creating new time.Ticker instances on each loop iteration without properly stopping previous ones. This caused a resource leak where:

  • Background goroutines from tickers accumulated over time
  • Timer resources were never released
  • Under high transaction volume, this could lead to memory exhaustion and degraded performance

@maradini77 maradini77 requested a review from a team as a code owner November 23, 2025 13:34
@maradini77 maradini77 requested a review from maurelian November 23, 2025 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant