Skip to content

Commit ab89a47

Browse files
authored
Merge pull request #306 from watson-developer-cloud/305-no-network
Unreachable error when no network connection
2 parents ababa11 + 0d68542 commit ab89a47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Scripts/Connection/RESTConnector.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,10 @@ private IEnumerator ProcessRequestQueue()
478478
break;
479479
}
480480
}
481+
else
482+
{
483+
bError = true;
484+
}
481485

482486
error = new Error()
483487
{

0 commit comments

Comments
 (0)