gungod2000 opened a new issue, #208:
URL: https://github.com/apache/pulsar-dotpulsar/issues/208

   hello everyone,
   
   I wrote a console test program that creates a cosumerpool first in main, for 
example
      -----List<ICosumer<string> list = new .....
      -----list.add(newcosumer);
   Then I start multiple tasks to receive the message at the same time, then I 
will get an index out of range error.
   Why is this, isn't it thread-safe?how to fix it(add lock is not a good 
idea,it's to slowly)
   
   
   thanks.
   
   


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