minor fix

ipc07
Philippe PITTOLI 2019-10-26 18:28:17 +02:00
parent 6febe84157
commit 7f56378d06
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class IPC::Connections
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
serverp = nil