Results 8 comments of lwsbox

In interpret.go, the octetDeltaCount is 4 bytes which is less than t.minLen(), so set this filed with []uint8. after changing the unsigned64 to unsigned32, the filed do not show up...

fine-tuned/ 这目录下的文件有吗 可以分享否

> > > 你好,你可以查看报错是否有subprocess.py,gbk啥的,如果含有,这是windows的编码导致的,可查看GitHub readme.md的补充4。 > 修改策略: > 进入该文件,约614行的位置讲encoding = None 改为 encoding = “utf8”,跑完程序记得改回来,否则pip安装会出问题。 请问是进入哪个文件

> > > > 你好,你可以查看报错是否有subprocess.py,gbk啥的,如果含有,这是windows的编码导致的,可查看GitHub readme.md的补充4。 > > 修改策略: > > 进入该文件,约614行的位置讲encoding = None 改为 encoding = “utf8”,跑完程序记得改回来,否则pip安装会出问题。 > > 请问是进入哪个文件 subprocess.py 这个文件修改 ![图片](https://user-images.githubusercontent.com/5414568/82069991-b45fda00-9706-11ea-81c4-2049addcdb7c.png)

maybe cased by your health indicator changed for example: `{"status":"UP","diskSpace":{"status":"UP","total":117081018368,"free":26488745984,"threshold":10485760},` if the free indicator changed would run the callback. Maybe should avoid this situation?