guyinyou opened a new pull request, #1270: URL: https://github.com/apache/rocketmq-clients/pull/1270
## Summary - `_execute_server_telemetry_command` was executed twice during telemetry recovery: once inside the `if cs.recovering` block on successful heartbeat, and again unconditionally after the block - Fix: remove the call inside the recovering block, since a successfully received response should be executed once regardless of recovery state - Affected: `client.go` `startUp()` -- 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]
