风---自由
风---自由
你把 behavior3 删了 试试
这个的 协议格式 是而外一套 (与skynet交互是 先http验证然后拿到 ws 相关所需的信息 再以 rpcId(大端4字节) + body 形式的数据结构)
how do you think about lsocket https://github.com/cloudwu/lsocket
更新代码报错来着~~~ ```lua profile.bpf.c:170:15: error: variable has incomplete type 'struct key_t' struct key_t key = {}; ^ profile.bpf.c:23:21: note: forward declaration of 'struct key_t' __type(key, struct key_t); ^ 1 error generated....
@yunwei37 有个问题很奇怪 以下这些事件都不会触发呢?查了很久都没找到原因 和我系统,内核版本有关系吗? ```lua SEC("perf_event") SEC("uprobe/handle_entry_lua_cancel") SEC("uprobe/handle_entry_lua") ```
加了个 windows 的编译脚本 能够生产 sln 文件 https://github.com/cloudfreexiao/pluto/blob/main/build.bat#L1-L10
没用过 unsafe 相关的 接口 目前的做法是让整个进程只加载一次的同时再标记成共享保证只有一个的lua state 改完之后相关的 test_unsafe 测试用例会不通过 https://github.com/cloudfreexiao/lua-protobuf/tree/pr