mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-16 21:39:56 +00:00
Add automatic network testing on connection failure
This commit is contained in:
@@ -268,7 +268,7 @@ void ClStageComplete(int stage)
|
||||
|
||||
void ClStageFailed(int stage, int errorCode)
|
||||
{
|
||||
[_callbacks stageFailed:LiGetStageName(stage) withError:errorCode];
|
||||
[_callbacks stageFailed:LiGetStageName(stage) withError:errorCode portTestFlags:LiGetPortFlagsFromStage(stage)];
|
||||
}
|
||||
|
||||
void ClConnectionStarted(void)
|
||||
|
||||
Reference in New Issue
Block a user