You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/07/13 06:10:24 UTC

[GitHub] [incubator-brpc] liu-meng-06 commented on issue #1835: potobufTojson Exception

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: dev-unsubscribe@brpc.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org