1

我已经从https://github.com/stephenmcd/django-socketio为 django-socketio 设置了一个示例项目。我的项目在端口 8001 上运行,socketio 服务器在端口 8002 上运行。但它在下面的部分中显示了 'socketio' 的 KeyError:

在 django_socketio/views.py:

 socket = SocketIOChannelProxy(request.environ["socketio"]) 
4

0 回答 0