You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running testChannelAccess on RTEMS (for the first time?) leaves worker threads hung in recvfrom() and accept(). On investigation I find that this results if a socket is close()d while concurrent accept() or recvfrom() is in progress.
The text was updated successfully, but these errors were encountered:
Running testChannelAccess on RTEMS (for the first time?) leaves worker threads hung in recvfrom() and accept(). On investigation I find that this results if a socket is close()d while concurrent accept() or recvfrom() is in progress.
The text was updated successfully, but these errors were encountered: