We've had something up and running for a while (but still developing).
Something that's been working is now broken somehow: when another
server logs out they report the connection was closed before they get
a final msg from our server.
My logout is pretty trivial
def logoff(request):
logout()
return HTTPresponse(<my response here>)
The response is just rendering an ack msg into an xml format
Does logout tear down the connection immediately?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---