Opened 7 months ago
Closed 7 months ago
#35366 closed Uncategorized (invalid)
Send and receive socket without opening the html web page
Reported by: | GAYATHRI K | Owned by: | nobody |
---|---|---|---|
Component: | HTTP handling | Version: | 5.0 |
Severity: | Normal | Keywords: | django-channels |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
I am having a django project where I have chat.html, journey.html, and manager.html.
One of the flows is that I am sending socket for triggering journey from chat.html. And in the journey.html, I have a flow for approval where the socket gets sent to manager.html.
This flow is working only when I keep all these 3 pages open in browser. But if I don’t keep the “journey” page open in a browser, the socket is not getting received and send is not happening from “journey”.
This should work without the need to open “journey” page in the browser. How can I do that?
Hi there 👋
This appears to be a support request. Please refer to one of our friendly community members on the forum or Discord where they'll be able to help solve your problem: https://www.djangoproject.com/community/