pusher / pusher-http-ruby

Ruby library for Pusher Channels HTTP API
https://pusher.com/channels
MIT License
664 stars 123 forks source link

Bad documentation of configuration #127

Closed barkco closed 6 years ago

barkco commented 6 years ago

You should make it clear in the README that when configuration options are set globally on the Pusher class, they will not carry over to instances of Pusher::Client.

jameshfisher commented 6 years ago

@barkco I'm intending to deprecate this "global configuration" API, as I think it's confusing (for reasons such as this).