jbaldwin / libcoro

C++20 coroutine library
Apache License 2.0
599 stars 62 forks source link

Test "benchmark tcp_server echo server thread pool" is flakey #206

Closed jbaldwin closed 11 months ago

jbaldwin commented 11 months ago

The echo server tasks appear to hang occasionally. This is very easy to reproduce running the following command:

for i in {1..100}; do ./test/libcoro_test "benchmark tcp_server echo server thread pool"; done