#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.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018ec69c3cf1-5715e4c9-3c0f-4bd7-bc91-0cc39fcf88c7-000000%40eu-central-1.amazonses.com.

Reply via email to