liu-meng-06 commented on issue #1835:
URL: 
https://github.com/apache/incubator-brpc/issues/1835#issuecomment-1182806020

   问题的复现方式:
   
   在一个线程中先构造一个 `http client` ,调用 `CallMethod(nullptr, &_cntl, req, resp, 
nullptr);`
   执行完成之后,又构造一个 `http client`, 调用 `CallMethod(nullptr, &_cntl, req, resp, 
done);`,此时 done 不为空。
   
   当我把第二次构造的 `http client` 的 `done` 也传入空时,异常就没再出现。
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to