mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2026-09-19 23:03:53 +00:00
Initial functioning work to get IPC working via UNIX sockets since ractors are still not a viable option :sad:
This commit is contained in:
@@ -47,7 +47,7 @@ module W3DHubLauncher
|
||||
|
||||
def enqueue(type, id, data)
|
||||
Request.requests << self
|
||||
W3DHubLauncher::WORKER.send(Query.new(type, id, data))
|
||||
W3DHubLauncher::WORKER.request(Query.new(type, id, data))
|
||||
end
|
||||
|
||||
# event from Worker received
|
||||
|
||||
Reference in New Issue
Block a user