You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you'd like this issue to stay open please leave a comment indicating how this issue is affecting you. Thank you.
Hi There.
Trying to turn off the encryption in development mode. README suggests that we should use
Pusher.use_tls = false
. However, it does not exist in the Pusher class: https://github.com/pusher/pusher-http-ruby/blob/master/lib/pusher.rb#L36Using
Pusher.encrypted = false
is working, but this feature is deprecated. https://github.com/pusher/pusher-http-ruby/blob/master/lib/pusher/client.rb#L35I guess we should just add
:use_tls
to the list ofdef_delegators
inmodule Pusher
.The text was updated successfully, but these errors were encountered: