ahao1995
ahao1995
``` //sub.cc #include #include #include "message.h" int main() { setvbuf(stdout, NULL, _IONBF, 0); std::cout
Do you test one producer and muti consumers?I test it delay between two progess, almost linear increase,it is right?
reader-writer lock without broker is a good idea, looking forward to your code~
木老师,我遇到了这个问题,下次启动的时候仍然是这样,我需要怎么做才能使它正常
木老师,我尝试了最新的develop代码,依然跑不起来,显示同样的错误,我将/dev/shm下的所有文件删除后依然存在这个问题,可能的问题出现在哪里
我再次尝试了下,可以了,应该是我之前搞错了,打扰木老师了
> `beast::websocket::stream` is not reusable; you have to construct a new one and go through the process of connection and handshake again. this is just like when you want to...