🐛 fix 通道类回调函数在进程间传递时无法序列号的问题
This commit is contained in:
@ -51,7 +51,7 @@ async def _():
|
||||
nbp_chan.send("send by main")
|
||||
|
||||
|
||||
@mbp_chan.on_receive()
|
||||
@nbp_chan.on_receive()
|
||||
async def _(data):
|
||||
print("主进程收到数据", data)
|
||||
# @mbp_chan.on_receive()
|
||||
# @nbp_chan.on_receive()
|
||||
# async def _(data):
|
||||
# print("主进程收到数据", data)
|
||||
|
Reference in New Issue
Block a user