xiaoxiang781216 commented on code in PR #6965: URL: https://github.com/apache/incubator-nuttx/pull/6965#discussion_r960182148
########## net/local/local_connect.c: ########## @@ -143,7 +129,7 @@ static int inline local_stream_connect(FAR struct local_conn_s *client, if (nxsem_get_value(&server->lc_waitsem, &sval) >= 0 && sval < 1) { - _local_semgive(&server->lc_waitsem); + nxsem_post(&server->lc_waitsem); Review Comment: but net_lockedwait_uninterruptible doesn't equals to nxsem_post. -- 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. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org