ascrutae commented on issue #5184:
URL: https://github.com/apache/skywalking/issues/5184#issuecomment-664791787


   Got it, I will try it
   
   > On Jul 27, 2020, at 10:59 PM, HowlsCastle <notificati...@github.com> wrote:
   > 
   > 
   > Did you access the url concurrently and which url did you access?
   > 
   > I access the url only once.The url is 
"/testcase/annotation/mono/hello",but I add a mongodb operation into the 
method,like this
   > 
   >     @GetMapping("/testcase/annotation/mono/hello")
   >     public Mono<String> hello(@RequestBody(required = false) String body) {
   >         // mongodb operation
   >         Object o = accountStorage.findAllStudentArrive(1, "1");
   >         return Mono.just("Hello World");
   >     }
   > —
   > You are receiving this because you were assigned.
   > Reply to this email directly, view it on GitHub 
<https://github.com/apache/skywalking/issues/5184#issuecomment-664448574>, or 
unsubscribe 
<https://github.com/notifications/unsubscribe-auth/AC64HX3NB24EOEZGC4WKPFDR5WI43ANCNFSM4PIUKWKQ>.
   > 
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to