Open tomcucinotta opened 2 months ago
another one:
./dw_node -a parent --nt=6
dw_node: connection.c:263: conn_next_message: Assertion `m->req_size >= sizeof(message_t) && m->req_size <= BUF_SIZE' failed.
Aborted (core dumped)
./dw_client -r 10000 -C 1 --nt 100
not seeing this assert anymore in current master, is commit 47723053 perhaps fixing the issue someway? (how?)
probably, all asserts in dw_node should be turned into some graceful shutdown of the connection, or lead to ignoring or returning an error for individual requests