From 8e245ba4be1b4b51db56876bc2133e0167f9795d Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Fri, 24 May 2013 12:39:21 +1000 Subject: [PATCH] turn read interest back on once connect completes --- asyncqueue.c | 1 + 1 file changed, 1 insertion(+) diff --git a/asyncqueue.c b/asyncqueue.c index f34c47eb..1d3d7124 100644 --- a/asyncqueue.c +++ b/asyncqueue.c @@ -231,6 +231,7 @@ static int AQ_Reconnect(pAsyncQueue self) } return iRet; } + NetWatchSetMode(self->nw_ctx, nwatch_read); SICSLogPrintf(eStatus, "In %s:%s: state %s => eAsyncConnected\n", self->queue_name, __func__, state_name(self->state)); self->state = eAsyncConnected;