minor fix
This commit is contained in:
parent
6febe84157
commit
7f56378d06
@ -137,7 +137,7 @@ class IPC::Connections
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def wait_event(server : IPC::Connection | Nil, &block) : Tuple(LibIPC::EventType, IPC::Message, IPC::Connection)
|
def wait_event(server : IPC::Connection | Nil, &block) : Tuple(LibIPC::EventType, IPC::Message, IPC::Connection) | Tuple(LibIPC::EventType, Nil, Nil)
|
||||||
event = LibIPC::Event.new
|
event = LibIPC::Event.new
|
||||||
|
|
||||||
serverp = nil
|
serverp = nil
|
||||||
|
Reference in New Issue
Block a user