stephenmcd / django-socketio

WebSockets for Django
BSD 2-Clause "Simplified" License
1.32k stars 244 forks source link

Incorrect documentation for runserver_socketio #95

Closed chrisspen closed 8 years ago

chrisspen commented 8 years ago

The docs specify:

"The runserver_socketio management command is provided which will run gevent’s pywsgi server which is required for supporting the type of long-running request a WebSocket will use:"

$ python manage.py runserver_socketio host:port

However, running manage.py runserver_socketio --help shows the command does not accept any host:port argument, and that these values appear to be hard-coded to 127.0.0.1 and 9000.

stephenmcd commented 8 years ago

Duplicate of #85

chrisspen commented 8 years ago

How is this a duplicate of that closed ticket? The documentation is still wrong...

stephenmcd commented 8 years ago

It's not closed

xhafid commented 7 years ago

FAILED to start flash policy server: [Errno 13] Permission denied: ('0.0.0.0', 843)