jbaldwin / libcoro

C++20 coroutine library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test "benchmark tcp_server echo server thread pool" is flakey

jbaldwin opened this issue · comments

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