pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
376 stars 113 forks source link

Add config parameters to control event trigger constraints #152

Closed musabhusaini closed 5 years ago

musabhusaini commented 5 years ago

Allows customizing Pusher implementation by adding the following parameters to Pusher constructor:

Updated README.md and added tests

musabhusaini commented 5 years ago

We are using a custom Pusher implementation that is not bound by the 10240 data length constraint. This PR parameterizes some of the hard-coded constraints so they can be configured based on the underlying Pusher implementation.

musabhusaini commented 5 years ago

Closing based on #143. Will reopen, if necessary.