channels_redis icon indicating copy to clipboard operation
channels_redis copied to clipboard

on_disconnect & on_reconnect no longer supported in PubSub

Open justinttl opened this issue 10 months ago • 2 comments

It looks like since https://github.com/django/channels_redis/pull/326, on_disconnect and on_reconnect are no longer used/ supported in the pubsub implementation. Should we remove the documentation and API around them?

justinttl avatar Jan 16 '25 21:01 justinttl

Hi @justinttl thanks. From the description I'm going to say Yes. I need to look at the code to verify, but if you'd like to work on a PR that would be great. 🎁

carltongibson avatar Jan 17 '25 06:01 carltongibson

Sure, I can throw together the changes

justinttl avatar Jan 21 '25 15:01 justinttl