Removed Async[websocket/http] due to excessive require times and reliablity issues on Windows

This commit is contained in:
2022-10-30 18:10:47 -05:00
parent 7359d73027
commit 340c083a43
12 changed files with 176 additions and 210 deletions

View File

@@ -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