From 8e4aef844175c6da37861f92f8d104d533f199c9 Mon Sep 17 00:00:00 2001 From: "Schanzenbach, Martin" Date: Thu, 26 Dec 2019 12:23:56 +0900 Subject: [PATCH] tcp comm kind of working --- src/transport/gnunet-communicator-tcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c index c82fc88af..12f2dbc42 100644 --- a/src/transport/gnunet-communicator-tcp.c +++ b/src/transport/gnunet-communicator-tcp.c @@ -1388,6 +1388,7 @@ mq_send (struct GNUNET_MQ_Handle *mq, (GNUNET_YES == queue->finishing) ? "yes" : "no", (NULL == queue->write_task) ? "yes" : "no"); GNUNET_assert (mq == queue->mq); + queue->mq_awaits_continue = GNUNET_YES; if (GNUNET_YES == queue->finishing) return; /* this queue is dying, drop msg */ GNUNET_assert (0 == queue->pwrite_off); -- 2.25.1