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

   **BUG REPORT**  
   1. Please describe the issue you observed:
   
       - What did you do (The steps to reproduce)?
       The `String()` method in `SendResult` cause a panic when `MessageQueue` 
field is `nil`. This happens beacuse `String()` method tries to access 
`MessageQueue.String()` without checking if `MessageQueue` is `nil`.
   
       - What did you expect to see?
       The String() method should not panic, even when MessageQueue is nil. 
Instead, it should return a string that clearly indicates MessageQueue is nil.
   


-- 
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: commits-unsubscr...@rocketmq.apache.org.apache.org

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

Reply via email to