class Async::Container::Notify::Client
def restarting!(**message)
Notify the parent controller that the child is restarting.
def restarting!(**message) message[:ready] = false message[:reloading] = true message[:status] ||= "Restarting..." send(**message) end