novel045
novel045
## Describe the feature ## Release Note RELEASE NOTE:
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
## Question ##### 传递的sessionId在当前节点找不到的时候, 新增会话对象同时当前的会话对象又使用新的sessionId,但是又使用旧的sessionid 进行节点会话池注册,这个是处于什么考虑呢? ```golang func (n *Node) findOrCreateSession(sid int64, gateAddr string) (*session.Session, error) { n.mu.RLock() s, found := n.sessions[sid] n.mu.RUnlock() if !found { conns, err := n.rpcClient.getConnPool(gateAddr)...
## Feature Request **Is your feature request related to a problem? Please describe:** **Describe the feature you'd like:** **Describe alternatives you've considered:** **Teachability, Documentation, Adoption, Optimization:**
~/VScodeProjects/cpp-sdk$ make all g++ -c -fPIC -I./src src/dapr/proto/runtime/v1/dapr.pb.cc -o src/dapr/proto/runtime/v1/dapr.pb.o src/dapr/proto/runtime/v1/dapr.pb.cc:1716:6: error: ‘::descriptor_table_dapr_2fproto_2fcommon_2fv1_2fcommon_2eproto’ has not been declared 1716 | &::descriptor_table_dapr_2fproto_2fcommon_2fv1_2fcommon_2eproto, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make: *** [Makefile:36: src/dapr/proto/runtime/v1/dapr.pb.o] Error cpp-sdk$ protoc --version...