Results 9 comments of pi1ot

Sorry I can‘t privode ARM device for you, but I will test alephzero on some ARM device these days.

> I created an AWS instance of `ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-20220131` The C++ parts of AlephZero builds and all the tests pass. > I'm having a few problems with the Python version at...

[a0_test_shm.zip](https://github.com/alephzero/alephzero/files/7999925/a0_test_shm.zip) a0_test.cpp: source file t.pubsub.a0: corrupted shm file Start three publishers and one subscrber: ```bash ./a0_test sub t ./a0_test pub t 100 1 # message 100byte, 1000hz ./a0_test pub t...

Understood, then I will re-implement pub/sub based RPC in my own way to avoid startup order dependencies.

我尝试实现了一个rpc服务demo,代码如下 ```c++ // 理想的rpc request是多client写,单server读,但是如下定义会报错,所以改成多读,确认数据包不大于dada_length // request = ipc::chan; using request = ipc::chan; // response是单server写,单client读 using response = ipc::chan; void srv(std::string const& name) { request req{(name + "-req").c_str(), ipc::receiver}; std::map...

> Yes, it is a defect. There is a certain probability that a working connection will be closed while cleaning up invalid connections. I'm thinking of some solutions to this...

> 木老师,我尝试了最新的develop代码,依然跑不起来,显示同样的错误,我将/dev/shm下的所有文件删除后依然存在这个问题,可能的问题出现在哪里 建议提供一下可以复现问题的最小代码。

But works fine with macOS Sierra & Alfred 3.1.1 now.

Sounds like this: https://github.com/USCiLab/cereal/issues/713