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

   `
   if p.interceptor != nil ; then:
   primitive.WithMethod(ctx, primitive.SendSync) must change to ctx = 
primitive.WithMethod(ctx, primitive.SendSync)
   primitive.WithMethod(ctx, primitive.SendAsync) must change to ctx = 
primitive.WithMethod(ctx, primitive.SendAsync)
   primitive.WithMethod(ctx, primitive.SendOneway) must change to ctx = 
primitive.WithMethod(ctx, primitive.SendOneway)
   
   `
   this is my PR https://github.com/apache/rocketmq-client-go/pull/837  or 
anyone fix this bug 


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