Pysher
Pysher copied to clipboard
Pusher Client implemented in Python3
Hello! Does this have soketi support? Currently trying to get it working but my client keeps disconnecting when pysher sends the "ping to pusher" message, any ideas?
When auto_sub is true and auth_endpoint is given, pysher tries to resubscribe the channels after a reconnection but since the socket_id is renewed after a reconnection the old auth tokens...
In my project I receive the following Error and my app reconnect to the pusher service. The Error fires al lot of times while running the app over a day....
Hello, I'm tried to refactor a project away from using Pusher to Laravel-Websockets. Has anyone tried this or had any success, I'm trying the following def init_channel_join(self): print('init channel join')...
Meanwhile the compatibility bugs are solved with newer version, this quick fix works as expected
I've tried everything to start up, but nothing seems to work... I filled in the appkey and channel name and event name. But it doesn't seem to to run. Are...
when converting the user_data to json and back causes laravel-websockets to generate a different signature (Invalid Signature). A workaround for this is to pass the "channel_data" containing the user data...
This is due to: https://github.com/websocket-client/websocket-client/commit/3112b7d75b1e5d65cb8fdfca7801606649044ed1 error from callback : _on_message() takes 2 positional arguments but 3 were given error from callback : _on_message() takes 2 positional arguments but 3 were...
Hi Nils, hope you don't mind I am using your component in [Home Assistant Gentoo Overlay](https://github.com/onkelbeh/HomeAssistantRepository), ebuilds: https://github.com/onkelbeh/HomeAssistantRepository/tree/master/dev-python/Pysher. Home Assistant currently relies on `pysher==1.0.1` for the goalfeed integration. You do...
Can you provide an example on how to use this library asynchronously.?