mirror of
				https://github.com/LiteyukiStudio/LiteyukiBot.git
				synced 2025-10-31 11:26:23 +00:00 
			
		
		
		
	🐛 fix 通道类回调函数在进程间传递时无法序列号的问题
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user