JackyWoo

Results 26 comments of JackyWoo

现在确实积压了一些issue和pr,dubbo/dubbox还是有很多人用的,大家期望dubbo/dubbox持续优化,希望committer们能及时处理issue和pr,或者吸收新的committer

I solved the issue by using standalone Asio. But I think we'd better provide a solid version of Asio.

hi @greensky00 I found the issue was just skipped by the following code snippet but not resolved ``` #if defined(__has_feature) #if __has_feature(memory_sanitizer) __msan_unpoison(events, 128); #endif #endif ``` And it is...

As my understanding the timer here is set to wait other thread connect and send data and when time is up it will retry send. And I find socket connect...

hi, I found for simplest aggregation functions such as `count`, parellel merging may lead performance degredation. I wonder whether we should consider the overload of the aggregation function when we...

Please pin the issue so that everyone can see it at a glance