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
wCLOSE in wfa_thr.c causes double close on socket descriptor
In the "DIRECT_RECV" case, any wCLOSE() will cause a double close on the file descriptor which will also be closed by wfaTGRecvStop() when stopping from the UCC.
The wCLOSE() in this case looks like a new addition from Sigam 8.1.1/8.3.0, consider synchronizing it better.
The text was updated successfully, but these errors were encountered:
wCLOSE in wfa_thr.c causes double close on socket descriptor
In the "DIRECT_RECV" case, any wCLOSE() will cause a double close on the file descriptor which will also be closed by wfaTGRecvStop() when stopping from the UCC.
The wCLOSE() in this case looks like a new addition from Sigam 8.1.1/8.3.0, consider synchronizing it better.
The text was updated successfully, but these errors were encountered: