A client can have a connected server or not.
This commit is contained in:
parent
90e98c328a
commit
b6f506757a
@ -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)
|
||||
|
Reference in New Issue
Block a user