Oliverwqcwrw opened a new issue, #912:
URL: https://github.com/apache/rocketmq-client-go/issues/912

   **BUG REPORT**  
   1. Please describe the issue you observed:
   
       - What did you do (The steps to reproduce)?
   
   > 
        err := c.Subscribe("test", consumer.MessageSelector{}, func(ctx 
*consumer.ConsumeMessageContext,
       msgs []*primitive.MessageExt) (consumer.ConsumeResult, error) {
       rlog.Info("Subscribe Callback", map[string]interface{}{
           "msgs": msgs,
       })
       return consumer.ConsumeSuccess, nil
   })
   
   `ctx *consumer.ConsumeMessageContext `should be  `ctx context.Context`
   
       - What did you expect to see?
   
       - What did you see instead?
   
   2. Please tell us about your environment:
   
        - What is your OS?
   
        - What is your client version?
   
        - What is your RocketMQ version?
   
   3. Other information (e.g. detailed explanation, logs, related issues, 
suggestions on how to fix, etc):
   


-- 
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]

Reply via email to