dannisliang
dannisliang
在跑C10M这个DEMO时,发现example_c10m_client客户端连接example_c10m_server后没有触发sendmessage這個函数。
非常感谢,不过客户端在windows下會crach,我的系统是WIN10
This is unrelated to issue [(#5975](https://github.com/google-ai-edge/mediapipe/issues/5975)). After changing the Bazel version to 6.5.0, the issue [(#5975](https://github.com/google-ai-edge/mediapipe/issues/5975)) seems to no longer occur. However, the following errors still persist: ERROR: C:/users/_bazel_admin/vrlotbeo/external/XNNPACK/BUILD.bazel:669:36: Compiling...
> 嗨[,@dannisliang](https://github.com/dannisliang), > > 您能确认这个问题是否与之前提出的问题[(#5975](https://github.com/google-ai-edge/mediapipe/issues/5975))有关吗?如果是这样,我们将标记为重复并关闭它。此外,如果您能提供本评论中提到的其他信息,[this](https://github.com/google-ai-edge/mediapipe/issues/5975#issuecomment-2899868631)我们将不胜感激。请告诉我们,如果可能的话。 > > 谢谢!!! This is unrelated to issue [(#5975](https://github.com/google-ai-edge/mediapipe/issues/5975)). After changing the Bazel version to 6.5.0, the issue [(#5975](https://github.com/google-ai-edge/mediapipe/issues/5975)) seems to no longer occur. However,...
The issue still persists after updating to version v96.0.1.
I've found that this is the cause of the problem. Calling `SetClientReady` multiple times under certain error conditions may lead to `pendingSpawns.Clear();`. Should I add `if (conn.isReady) return;` inside `SetClientReady`?