lib/anycable/rails/actioncable/connection.rb in anycable-rails-0.4.6 vs lib/anycable/rails/actioncable/connection.rb in anycable-rails-0.4.7
- old
+ new
@@ -64,11 +64,9 @@
channel.perform_action ActiveSupport::JSON.decode(data)
true
else
false
end
- rescue Exception # rubocop:disable Lint/RescueException
- false
end
# rubocop:enable Metrics/MethodLength
def close
socket.close