Mao Hufeng
Results
2
issues of
Mao Hufeng
# I am submitting a new Community Plugin ## Repo URL Link to my plugin: https://github.com/notmmaoo/obsidian-imgbb-plugin ## Release Checklist - [x] I have tested the plugin on - [x] Windows...
Ready for review
本次改动主要为了适用以下场景: 当目标BUS是独占打开时(也就是只能被一个进程打开时), 想通过多个进程相互通讯(例如UDS Client和UDS Server)并且有一个`监视界面`(例如web页面), 就限制了目标BUS只能打开一次,且生命周期等同于打开进程(对应RemoteServer). 每个连上的RemoteClient都能收到目标BUS所收到Message的副本, 且通过线成抢占发送Message.