ahao1995

Results 14 comments of 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...

thanks, I will try to review my code, there is 2 thread in my code maybe is that bug

there are many pthread_cond_wait in stack, I dont know pthread_cond_wait from where, I only use a thead with io_context ``` Thread 5 (Thread 0x7f26ea951700 (LWP 1010747) "td_proxy"): #0 0x00007f26fa1dd3fc in...

> In these cases I find stack dumps to be less helpful. Instead, I prefer to have a detailed explanation of how the program manages the lifetime of its connections....