method

unsubscribe

unsubscribe(channel, callback)
public

No documentation available.

# File actioncable/lib/action_cable/subscription_adapter/postgresql.rb, line 29
      def unsubscribe(channel, callback)
        listener.remove_subscriber(channel_identifier(channel), callback)
      end