pusher / pusher-http-python

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

websocket compression capability #217

Closed wallawaz closed 11 months ago

wallawaz commented 11 months ago

Hello, I was wondering which versions of this library will continue to be supported with the upcoming websocket compression change mentioned on your blog which is scheduled for release on 2023-10-18.

Thank you.

benw-pusher commented 11 months ago

This library is not affected by this change, this library is for interacting with our HTTP API and it does not create or maintain any websocket connections.