This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8646206db116c9700a7ca44ed413374ca51280a5
UnrealEngineUWP
/
Engine
/
Source
/
Developer
/
TraceAnalysis
/
Private
History
Martin Ridgers
4bf9cfa79a
Call select() on a socket before making a blocking call to recv(). Calls to recv() that are waiting for data may not return even if the socket is closed. This can result in a technical hang where Insights waits on Trace waiting on a socket that was closed. This way we only call recv() when we know there is data to read, and the select()+timeout combo correctly detects to the close().
...
#rb Catalin.Dragoiu #rnx [CL 16364807 by Martin Ridgers in ue5-main branch]
2021-05-18 04:24:57 -04:00
..
Analysis
Packets that are partial but not compressed where being incorrectly categorised as compressed. Analysis would fallover when nonsense data was sent to LZ4.
2021-05-12 09:23:09 -04:00
Asio
Merging //UE5/Release-Engine-Staging @ 13752110 to Main (//UE5/Main)
2020-06-23 18:40:00 -04:00
Store
Call select() on a socket before making a blocking call to recv(). Calls to recv() that are waiting for data may not return even if the socket is closed. This can result in a technical hang where Insights waits on Trace waiting on a socket that was closed. This way we only call recv() when we know there is data to read, and the select()+timeout combo correctly detects to the close().
2021-05-18 04:24:57 -04:00
Common.h
…
ControlClient.cpp
Added access to Trace.Stop() via the "command-and-control" server.
2021-03-17 17:21:08 -04:00
TraceAnalysisModule.cpp
…