romange / helio

A modern framework for backend development based on io_uring Linux interface
Apache License 2.0
447 stars 50 forks source link

make msgring flag disabled by default #212

Closed romange closed 9 months ago

romange commented 9 months ago

due to the following test being deadlocked:

./multi_test --gtest_filter=*MultiCauseUnblocking* --gtest_repeat=100000 --gtest_break_on_failure --singlehop_blocking=false --alsologtostderr --multi_exec_squash=false
romange commented 9 months ago

was fixed in master