Reverse for Django Channels #1912
Unanswered
Archmonger
asked this question in
Ideas
Replies: 1 comment 1 reply
-
Hi @Archmonger -- I'm not sure how feasible it is. I think it needs someone to sit down and derive a PoC, but solving the nested ASGI app issue is likely intractable. 🤔 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, it is a bit disjointed that Django Core has
reverse
capabilities butchannels
does not for websockets.Perhaps it's worth considering a light wrapper around Django Reverse, that probes
ASGI_APPLICATION["websocket"]
URLs?There seems to be an issue from 2018 about this. This discussion is to track whether
reverse
is feasible with the latest versions of Channels.Beta Was this translation helpful? Give feedback.
All reactions