Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runserver doesn't reload with an active SSE connection #8

Closed
ipmb opened this issue Oct 5, 2012 · 1 comment
Closed

Runserver doesn't reload with an active SSE connection #8

ipmb opened this issue Oct 5, 2012 · 1 comment

Comments

@ipmb
Copy link

ipmb commented Oct 5, 2012

Longpolling seems to prevent runserver from restarting cleanly during development (using Django 1.4). It'd be nice to have it kill open connections so it can reload properly. Not sure if this is an issue upstream or something that django-sse can workaround.

@niwinz
Copy link
Owner

niwinz commented Oct 5, 2012

Hello!
With django 1.4 has introduced support for multithreading to runserver and the bug you mention this not only happens with django-sse. It also happens in many ocaciociones, when you have many requests (especially when you serve static in development environment with runserver).

In the part of django-sse can not do much.

Andrey

@niwinz niwinz closed this as completed Jan 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants