You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If island has no connection to the internet, the version update gets stuck waiting for the timeout and user can't do anything on the island on the meantime. Related #858
To Reproduce
Steps to reproduce the behavior:
Run island without internet connection
Refresh the island page
On each refresh island tries to query for version update and hangs until timeout is reached. Hanging occurs because Tornado WSGI container (as noted in a warning here) is blocking/synchronous server. All other requests doesn't get parsed until version update timeout is reached and execution gets resumed.
Expected behavior
Version update process should happen in parallel with other activities on the island.
The text was updated successfully, but these errors were encountered:
VakarisZ
added
the
Bug
An error, flaw, misbehavior or failure in the Monkey or Monkey Island.
label
Oct 12, 2020
Describe the bug
If island has no connection to the internet, the version update gets stuck waiting for the timeout and user can't do anything on the island on the meantime. Related #858
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Version update process should happen in parallel with other activities on the island.
The text was updated successfully, but these errors were encountered: