mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Abort screencasting if viewer stops responding and disconnect message from server didn't arrive.
This commit is contained in:
parent
d2d7466998
commit
edefa5cead
@ -85,6 +85,11 @@ namespace Remotely.ScreenCast.Core.Capture
|
||||
}
|
||||
}
|
||||
|
||||
if (viewer.Latency > 30000)
|
||||
{
|
||||
// Viewer isn't responding. Abort sending.
|
||||
break;
|
||||
}
|
||||
|
||||
if (Conductor.Current.IsDebug)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user