class ActionCable::SubscriptionAdapter::Redis
def unsubscribe(channel, callback)
def unsubscribe(channel, callback) listener.remove_subscriber(channel, callback) end
def unsubscribe(channel, callback) listener.remove_subscriber(channel, callback) end