关闭
Hit
enter
to search or
ESC
to close
May I Suggest ?
#leanote #leanote blog #code #hello world
柯仓无居所
Home
Archives
Tags
Search
Django 下使用channels 的websocket 无辜退出问题
? channels ?
? websocket ?
? django ?
? 无辜退出 ?
2020-05-26
## 问题背景 > 编写页面ssh 后用来tail日志时,发现偶尔会出现退出问题 ## 问题现象 >经过添加锚点,发现如下错误 **'utf-8' codec can't decode byte 0xe4 in position 4094: unexpected end of data** ## 修复方法 ```python # 修改web_ssh/tools/ssh.py 数据接收行,共有2行
Read More