slbotbm opened a new pull request, #3852: URL: https://github.com/apache/iggy/pull/3852
## Which issue does this PR address? Relates to https://github.com/apache/iggy/pull/3733#discussion_r3728698168 ## Rationale The heartbeat handle was being discarded and on shutdown, not being stopped on calling `shutdown`. ## What changed? Adds a heartbeat_handler that is saved when `connect()` is called. In case connect is called repeatedly, the code uses the handler, and drops it when the client is destroyed. ## Local Execution - Passed - Pre-commit hooks ran ## AI Usage If AI tools were used, please answer: 1. Which tools? codex 2. Scope of usage? code generation 3. How did you verify the generated code works correctly? tested it 4. Can you explain every line of the code if asked? yes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
