mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-15 16:52:34 +00:00
Fixed crashes, added W3DHUB_DEBUG constant, reduced size of Excon download buffer from 4 MB to ~50KB to make ui able to more accurately show download activity
This commit is contained in:
@@ -42,7 +42,11 @@ class W3DHub
|
||||
while BackgroundWorker.alive?
|
||||
job = @jobs.shift
|
||||
|
||||
job&.do
|
||||
begin
|
||||
job&.do
|
||||
rescue => e
|
||||
pp e
|
||||
end
|
||||
|
||||
sleep 0.1
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user