xiaoxiang781216 commented on code in PR #6972: URL: https://github.com/apache/incubator-nuttx/pull/6972#discussion_r960164261
########## net/usrsock/usrsock_recvmsg.c: ########## @@ -442,6 +442,12 @@ ssize_t usrsock_recvmsg(FAR struct socket *psock, FAR struct msghdr *msg, *fromlen = outaddrlen; } + if (conn->flags & USRSOCK_EVENT_REMOTE_CLOSED && Review Comment: Yes, we can simply revert this patch. Let https://github.com/apache/incubator-nuttx-apps/commit/afd6554bab2acbf2cba4f20d39c46f36396a66fe fix it. -- 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