#35366: Send and receive socket without opening the html web page
-------------------------------------+-------------------------------------
Reporter: gayathri- | Owner: nobody
kannanv |
Type: | Status: new
Uncategorized |
Component: HTTP | Version: 5.0
handling |
Severity: Normal | Keywords: django-channels
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-------------------------------------+-------------------------------------
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?
--
Ticket URL: <
https://code.djangoproject.com/ticket/35366>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.