A client can have a connected server or not.

ipc07
Karchnu 2020-07-14 13:51:33 +02:00
parent 90e98c328a
commit b6f506757a
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
class IPC::Client < IPC::Context
property server_fd : Int32
property server_fd : Int32?
# By default, this is a client.
def initialize(service_name : String)