You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The problem was caused by not passing MSG_NOSIGNAL to sendto in some cases. It was already done for send either directly using passing the flag, or by using platform-specific API which handles it internally. Most of the change is removal of some old code comments with the previous implementation. #rb David.Harvey #jira UE-196590 #rnx [CL 29099569 by wojciech krywult in ue5-main branch]