lisi

Results 3 issues of lisi

environment: ws server : django channels When I tried to build a ws broadcast through django channels, jsmpeg told me that the connection failed, and my background showed: WebSocket HANDSHAKING...

Thank you very much for your project. When I downloaded psexec tools in caldera, I encountered various problems: 1. the permissions are not right, 2. no response after downloading. Can...

[mavlink\pymavlink\generator\mavgen.py](https://github.com/ArduPilot/pymavlink/blob/master/generator/mavgen.py#L200) +200 ```python with open(xmlfile, 'r') as f: ``` change ```python with open(xmlfile, 'r', encoding="utf-8") as f: ```