class ActionCable::SubscriptionAdapter::Async::AsyncSubscriberMap

def invoke_callback(*)

def invoke_callback(*)
  @event_loop.post { super }
end