mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-03-22 04:06:18 +00:00
Pivot away from Ractor (stil overly complicated to work with, even in Ruby 4) and towards 1 thread for http requests and 1 thread for application tasks, WIP refactor if Api to be non-blocking async- everything is broken atm 😁
This commit is contained in:
@@ -175,7 +175,11 @@ class W3DHub
|
||||
end
|
||||
|
||||
def service_status
|
||||
@status_label.value = "Checking service status..." #I18n.t(:"server_browser.fetching_server_list")
|
||||
|
||||
Api.on_thread(:service_status) do |service_status|
|
||||
pp service_status
|
||||
|
||||
@service_status = service_status
|
||||
|
||||
if @service_status
|
||||
|
||||
Reference in New Issue
Block a user