You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/06/22 16:23:08 UTC

[GitHub] [rocketmq-client-go] domyway opened a new issue, #847: context of primitive.WithMethod bug in producer.go

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: dev-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq-client-go] ShannonDing closed issue #847: context of primitive.WithMethod bug in producer.go

Posted by GitBox <gi...@apache.org>.
ShannonDing closed issue #847: context of primitive.WithMethod bug  in producer.go
URL: https://github.com/apache/rocketmq-client-go/issues/847


-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org