PythonPusherClient icon indicating copy to clipboard operation
PythonPusherClient copied to clipboard

Results 13 PythonPusherClient issues
Sort by recently updated
recently updated
newest added

I got next errors when I try to use last version of websocket (0.56.0): ``` error from callback : _on_open() missing 1 required positional argument: 'ws' error from callback :...

The server I'm connecting to seems to close the connection after some time. I would like to handle this event (re-establishing the connection). From what I can see in the...

Hi, Needed a python pusher client library for an app I'm putting together, and used yours. Just implemented fixes and changes to make it work. Could you please review to...

I'm trying to write some code that'll handle a fixed number of events then exit. The natural way to do this seems to be calling `Pusher.disconnect()` from a handler once...

This is useful for pusher messages that include variables in the name of the message (or the channel for that matter), instead of in the data. When setting the callback,...

Hi, When trying to run `pythonpucherclinet` I always get the error saying: `cafile, capath and cadata cannot be all omitted`

- Added the possibility to keep the configuration-wide logging system. - More detailed categories for logging. - Clean up unit tests and dependencies. - Added README.rst to make PyPI happy....

using python's built-in `collections.defaultdict()` makes this more readable.

I was wondering if this project is still alive. If not do you know of a replacement project?

Recently(?) pusher introduced [clusters](https://pusher.com/docs/clusters) for new apps (old apps, those made prior to this change, still work on old location, e.g. pusherapp.com), and this breaks most clients. This PR aims...