diff --git a/src/ipc/context.cr b/src/ipc/context.cr index 3d1c5b8..0315f32 100644 --- a/src/ipc/context.cr +++ b/src/ipc/context.cr @@ -88,7 +88,7 @@ class IPC::Context @timer = @base_timer end - break if yield wait_event + yield wait_event end end