некотрые фиксы ipc (но всеравное всрато работаетЖ не работает)

This commit is contained in:
2025-05-18 15:05:26 +05:00
parent 521d00fdb8
commit 5e441a984f
8 changed files with 88 additions and 41 deletions

View File

@@ -15,6 +15,7 @@ end
if pid then
while true do
print(syscalls.SendIPCMessage(pid, syscalls.IPC_msg.fromString("Test aboba")))
local msg = syscalls.IPC_msg.fromString("Test aboba", pid)
print("Send:", msg, "State:", syscalls.SendIPCMessage(msg))
end
end