tt-live opened a new issue #521:
URL: https://github.com/apache/rocketmq-client-go/issues/521


   **BUG REPORT**  
    multiple nameserver consumers cannot start
   
   ```
   
   func GetOrNewRocketMQClient(option ClientOptions, callbackCh chan 
interface{}) RMQClient {
        client := &rmqClient{
                option:       option,
                remoteClient: remote.NewRemotingClient(),
                namesrvs:     option.Namesrv,
                done:         make(chan struct{}),
        }
        actual, loaded := clientMap.LoadOrStore(client.ClientID(), client)
        if !loaded {
           ......
           }
   }
   
   ```
   
   **client.ClientID() is the same for multiple nameservers** 


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


Reply via email to