Move connection establishment to a separate thread to keep the UI responsive
This commit is contained in:
parent
28ff15c99e
commit
d3949806f5
3 changed files with 81 additions and 79 deletions
|
|
@ -64,7 +64,7 @@ Item {
|
|||
|
||||
function sessionFinished(portTestResult)
|
||||
{
|
||||
if (portTestResult !== 0 && streamSegueErrorDialog.text) {
|
||||
if (portTestResult !== 0 && portTestResult !== -1 && streamSegueErrorDialog.text) {
|
||||
streamSegueErrorDialog.text += "\n\nThis PC's Internet connection is blocking Moonlight. Streaming over the Internet may not work while connected to this network."
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue