pusher / pusher-http-ruby

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

fix the channels limit for a single publish #182

Closed benw-pusher closed 2 years ago

benw-pusher commented 2 years ago

Description

Upped the number of channels that can be passed to the trigger function from 10 to 100, to bring in line with the documentation and other libraries.

CHANGELOG