Skip to content

Commit

Permalink
Fix default polling silencing (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
morgoth authored Sep 13, 2024
1 parent 49c89f4 commit 18b6910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/solid_cable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def connects_to
end

def silence_polling?
!!cable_config.silence_polling
cable_config.silence_polling != false
end

def polling_interval
Expand Down

0 comments on commit 18b6910

Please sign in to comment.