-
-
Posting because I have thousands of messages in my debug.txt about these, and I now see them after I allowed warning-level messages in chat. It won't be an issue until they require it to be set in the…
-
# 背景
当前一些依赖sofa-pbrpc的应用程序同时也依赖了boost,rpc依赖的boots如果和应用程序依赖的boost没有版本打平会造成一些不可预期的结果,之前出现过此类问题,而且问题追查也十分困难。
# 方案
从boost中抠出一个rpc依赖的最小子集放在src下的单独目录,之后的rpc不再依赖外部的boost库。
# 排期
11.7 -11.11: 完成开发自测,提交pr;…
-
发现一个dead lock场景:
stack 1:
#0 __lll_lock_wait () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:135
#1 0x00007f845ed69dbd in _GI__pthread_mutex_lock (mutex=0x3df3c50) at ../nptl/pthread_mutex…
-
Hello,
I had issues converting SOFA files into JSON format via the provide script from the "/utils" folder.
The conversion process worked fine. I used my SOFA files and converted them to JSON f…
-
I have a microservice API that is using SOFA and seems to be serving up data via REST just fine:
```
const { ApolloServer } = require('apollo-server-express');
const { buildFederatedSchema } = r…
-
使用sofa-rpc 想要在nacos上注册服务。但是发现版本对应的服务器 连接不上。而且缺少对应的案例
![image](https://github.com/user-attachments/assets/a4d02ba2-e81a-4e29-86bc-2853f8f7def9)
官方文档 几乎不更新。麻烦更新下。
当前使用5.11.1 .比如服务和客户端对应的版本。试了好几个都换到…
-
/home/wangjh/work/sofa/Sofa/projects/Sofa/libSofa/src/runtime.c: In function ‘RuntimeInit’:
/home/wangjh/work/sofa/Sofa/projects/Sofa/libSofa/src/runtime.c:96:8: error: ‘struct env’ has no member nam…
-
-
Maybe @cburgdorf know what's going on here?
Take a look here https://github.com/sofa/sofa-core/blob/master/src/sofa.util.js#L5 and here https://github.com/sofa/sofa-core/blob/master/src/sofa.util.js#…