fibjs/fibjs

worker之间传递消息缺失一些新类型支持

lhkzh opened this issue · 1 comments

lhkzh commented

Map、Set、TypesArray。
已提交测试pr #703

lhkzh commented

当前fibjs内置实现是用fibjs做的,可以自己实现个内置消息补充,做一层编码解码。
require("play_msgpack").packJs(...)
require("play_msgpack").unpackJs(...)