Skip to content

Commit

Permalink
Add subscriber map
Browse files Browse the repository at this point in the history
  • Loading branch information
npezza93 committed Sep 12, 2024
1 parent 267672c commit 3d993ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/action_cable/subscription_adapter/solid_cable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

require "action_cable/subscription_adapter/base"
require "action_cable/subscription_adapter/channel_prefix"
require "action_cable/subscription_adapter/subscriber_map"

module ActionCable
module SubscriptionAdapter
Expand Down Expand Up @@ -35,7 +36,7 @@ def listener
end
end

class Listener < SubscriberMap
class Listener < ::ActionCable::SubscriptionAdapter::SubscriberMap
def initialize(event_loop)
super()

Expand Down

0 comments on commit 3d993ea

Please sign in to comment.