Add small timeouts to blocking recv/send so we don't spin forever

This commit is contained in:
baldurk
2014-09-02 00:16:17 +01:00
parent 3020e5ce95
commit 0dbf879e7d
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ namespace renderdoc
if (rendPtr == IntPtr.Zero)
{
var e = new System.ApplicationException("Failed to load log for local replay");
var e = new System.ApplicationException("Failed to open remote access connection");
e.Data.Add("status", ReplayCreateStatus.UnknownError);
throw e;
}