forked from bot/app
🐛 fix 通道类回调函数在进程间传递时无法序列号的问题
This commit is contained in:
parent
2f8999b5ad
commit
6c39ed8ab5
@ -46,9 +46,7 @@ def _():
|
||||
@bot.on_after_start
|
||||
async def _():
|
||||
logger.info("生命周期监控器:启动完成")
|
||||
while True:
|
||||
await asyncio.sleep(3)
|
||||
nbp_chan.send("send by main")
|
||||
|
||||
|
||||
|
||||
# @mbp_chan.on_receive()
|
||||
|
Loading…
Reference in New Issue
Block a user