mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Removed Async[websocket/http] due to excessive require times and reliablity issues on Windows
This commit is contained in:
@@ -56,7 +56,7 @@ class W3DHub
|
||||
@task_state = :running
|
||||
|
||||
Thread.new do
|
||||
Sync do
|
||||
# Sync do
|
||||
begin
|
||||
status = execute_task
|
||||
rescue FailFast
|
||||
@@ -78,7 +78,7 @@ class W3DHub
|
||||
|
||||
hide_application_taskbar if @task_state == :failed
|
||||
send_message_dialog(:failure, "Task #{type.inspect} failed for #{@application.name}", @task_failure_reason) if @task_state == :failed && !@fail_silently
|
||||
end
|
||||
# end
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user