赵怡然
赵怡然
插件无法主动结束进程
### 问题描述 无法通过exit主动结束自身java进程 ### 复现 在基于mirai的插件内里调用 System.exit(0) 时,进程依然存在于任务管理器里,不退出 在mirai 2.9.1下测试正常 ### mirai-core 版本 2.10.1 ### bot-protocol ANDROID_PHONE ### 其他组件版本 _No response_ ### 系统日志 ```text 无 ``` ### 网络日志 ```text 无...
## Description Please carefully read the [Contributing note](https://github.com/Grasscutters/Grasscutter/blob/stable/CONTRIBUTING.md) and [Code of conduct](https://github.com/Grasscutters/Grasscutter/blob/development/CODE_OF_CONDUCT.md) before making any pull requests. And, **Do not make a pull request to merge into stable unless it...
Example: ``` @Entity @Table(name="groups") public class GroupData { @Id @GeneratedValue public long id; public long groupId; public String groupName; public String[] test; } ```
why execute buf.append(null) when columnAnnot.columnDefinition()==null ?
 System: Windows 7
### What happened? 1. I started the program and entered the webui 2. click "Generate", it shows " loading ..." 3. a few mintues, it changed to "Nothing but crickets...
I want a port feature, I can connect this port to get all of traffic data, it would be beneficial to other program language
这个JDK8的专有API依赖会导致console只能跑在JDK8上,但mirai core的安卓MIN SDK是24(有JDK 7 ),这并不合理。 试了很多次,补java.nio.file什么的,这个java.nio.file包名还是太恶心了,没法直接搞,只能把所有的java.nio.file改成替代品了。 java.nio.file的替代品作者:https://github.com/henrik-lindqvist/safs/ (有一说一,绑死JDK平台版本,并不是很符合kotlin的哲学?)
### 问题描述 sign是8.9.88的,首先我在sendMessage之前打了个log,我又在算sign返回之前的地方打了个log,类似如下: ``` log(xxx) sendMessage( ``` ``` log(xxx) return sign ``` log呈现了很离奇的顺序: 1.先输出sign返回之前的log 2.延迟3秒 3.输出sendMessage的log 已知sign已正确返回,且请求sign的cmd,seq,body等内容经过pb解包也验证是正确的 ### 复现 难以复现,但是qq一旦发生可以`固定复现`,目前仅在少部分qq可以稳定复现 更离奇的是,`更换设备`后,本该可以稳定复现的qq也变得不能复现了。 ### mirai-core 版本 1.15.0 ### bot-protocol ANDROID_PAD ### 其他组件版本...