abroekhuis commented on a change in pull request #245:
URL: https://github.com/apache/celix/pull/245#discussion_r436587250
##########
File path: bundles/pubsub/pubsub_admin_tcp/src/pubsub_tcp_handler.c
##########
@@ -501,10 +496,13 @@ static inline int pubsub_tcpHandler_closeConnectionEntry(
}
}
if (entry->fd >= 0) {
+
+ celixThreadRwlock_unlock(&handle->dbLock);
Review comment:
I see, let's see how this behaves then.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
|