chenBright opened a new pull request, #2557:
URL: https://github.com/apache/brpc/pull/2557
### What problem does this PR solve?
Issue Number:
Problem Summary:
当bthread_id_create执行成功,Socket::Address执行失败是,callback会被执行。当Controller析构的时候,bthread_id_error会再次执行callback。如果callba
MJY-HUST opened a new pull request, #2558:
URL: https://github.com/apache/brpc/pull/2558
### What problem does this PR solve?
Issue Number:
#2554
Problem Summary:
当一个bthread(taskmeta中的attr.keytable_pool =
null)的生命周期结束,且其拥有keytable实例时。在销毁keytable时会调用由用户创建bthread_key_create(bth
chenzhengda opened a new issue, #2559:
URL: https://github.com/apache/brpc/issues/2559
**Describe the bug (描述bug)**
When I use brpc and pybind embed simultaneously and import numpy, the
program gets stuck. However, it returns to normal once I remove the include for
the brpc header fi
chenBright merged PR #2553:
URL: https://github.com/apache/brpc/pull/2553
--
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-unsubscr...@brpc.apache.or
This is an automated email from the ASF dual-hosted git repository.
guangmingchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brpc.git
The following commit(s) were added to refs/heads/master by this push:
new d243ddf4 fix MPSCQueue memory not released