smiletrl opened a new issue #667:
URL: https://github.com/apache/rocketmq-client-go/issues/667
**BUG REPORT**
1. Please describe the issue you observed:
- What did you do (The steps to reproduce)?
Work with transaction message `SendMessageInTransaction`
- What did you expect to see?
The passed parameter `ctx context.Context` is used through the whole func
- What did you see instead?
A new context is created at `tp.endTransaction(*rsp, err,
localTransactionState)`.
2. Please tell us about your environment:
It's none related with environment.
3. Other information (e.g. detailed explanation, logs, related issues,
suggestions on how to fix, etc):
It's good to have the context being used through the whole func.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]