IPCd: working.
parent
5497011a1d
commit
cb0594fe5a
|
@ -182,7 +182,7 @@ module IPCd
|
|||
# - ipcd sends an URI to the network service
|
||||
# - network service responds with a "OK" message
|
||||
if requested_service.scheme != "unix"
|
||||
service.send service_fd, 1.to_u8, requested_service.to_s
|
||||
service.send_now service_fd, 1.to_u8, requested_service.to_s
|
||||
response = service.read
|
||||
payload = String.new response.payload
|
||||
if payload.chomp != "OK"
|
||||
|
|
Reference in New Issue