Xingheee

Results 2 issues of Xingheee

**提交 issue 前,请先确认:** - [ ] 我已看过 **FAQ**,此问题不在列表中 - [x] 我已看过其他 issue,他们不能解决我的问题 - [x] 我认为这不是 Mirai 或者 OpenAI 的 BUG **表现** 描述 BUG 的表现情况 **运行环境:** - 操作系统:winserver2022 - Docker: ?...

bug

It can't return full information ``` from rcon.source import Client cmd = "ListPlayers" with Client('ip', port, passwd='passwd') as client: response = client.run(cmd) print(response) ``` Only when I use asynchronous environment,...