class Async::Container::Notify::Pipe
def send(**message)
Formats the message using JSON and sends it to the parent controller.
def send(**message) data = ::JSON.dump(message) @io.puts(data) @io.flush end
def send(**message) data = ::JSON.dump(message) @io.puts(data) @io.flush end