django中出现 错误 Errno 10053
pycharm里出现下面错误
File "C:Python27libsocket.py", line 307, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
error: [Errno 10053]
搜索了一下相关文章,说网上没有解决这个问题的解决方案,一般是因为开发环境是单线程的,可以不用理会,项目开发了这么久第一次遇到也是唯一一次遇到,不是经常出现,暂时不管他了
参考
https://blog.csdn.net/jianhong1990/article/details/8891911
https://blog.csdn.net/becivells/article/details/52932773
https://blog.csdn.net/frankwangzy1103/article/details/7087580