huanghezhen commented on issue #4045:
URL: 
https://github.com/apache/servicecomb-java-chassis/issues/4045#issuecomment-1819208193

   我是 使用 
   
   try {
               Thread.sleep(20000);
           } catch (InterruptedException e) {
               throw new RuntimeException(e);
           }
   在测试环境 进行模拟的,  出现的情况 就是 不能并发访问 这个接口   
   我理解的是  会启用多个线程进行处理,  但是并没有得到 我想要的预期效果 是什么原因呀?
   


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