Archived
3
0

A client can have a connected server or not.

This commit is contained in:
Karchnu 2020-07-14 13:51:33 +02:00
parent 90e98c328a
commit b6f506757a

View File

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