Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / chenshuo/muduo issues and pull requests
#524 - 当服务端快速重启时 客户端得链接判断链接还是建立的
Issue -
State: closed - Opened by xluckly over 3 years ago
- 1 comment
#521 - fix Timer deletion
Pull Request -
State: closed - Opened by myccccccc over 3 years ago
- 2 comments
#515 - 在什么情况下,callingExpiredTimers_ 在canceInLoop函数以及handleRead函数的读取和修改会出现不同的线程?
Issue -
State: closed - Opened by lishujun5 over 3 years ago
- 1 comment
#514 - muduo 后续有在现有代码上增加协程能力的计划吗
Issue -
State: closed - Opened by uuuuu-diwu over 3 years ago
- 6 comments
#513 - 需要调用wakeup函数吗?
Issue -
State: closed - Opened by lys861205 over 3 years ago
- 4 comments
#504 - gethostbyname_r ?
Issue -
State: open - Opened by gh2517956473 almost 4 years ago
- 2 comments
#501 - shared_ptr 析构的问题
Issue -
State: closed - Opened by seudut almost 4 years ago
- 3 comments
#500 - wakeupChannel_->setReadCallback error
Issue -
State: closed - Opened by chanchann about 4 years ago
- 3 comments
#495 - IO线程和业务线程在一个线程里面,应该把业务放到另外线程池里处理,另外回调的地方也没有拆包逻辑
Issue -
State: closed - Opened by yijuwang about 4 years ago
- 1 comment
#488 - 在TcpClient析构时coredump
Issue -
State: open - Opened by mlj1991 over 4 years ago
- 6 comments
#456 - boost:bind的函数类型不对
Issue -
State: closed - Opened by icooperlee over 4 years ago
- 5 comments
#455 - muduo 可以用于生产环境吗
Issue -
State: closed - Opened by lkkey80 almost 5 years ago
- 3 comments
#454 - 如何去除boost依赖?
Issue -
State: closed - Opened by gnleaf almost 5 years ago
- 2 comments
#453 - 在使用库的过程中报undefined reference to 'muduo::net::EventLoop::runInLoop(boost::function<void ()> const&)'错误
Issue -
State: open - Opened by keaideni almost 5 years ago
- 2 comments
#448 - 自己定义一个类,里面包含TcpClient,在kill 进程号退出时,没有正常退出
Issue -
State: closed - Opened by wangdongyu1989 almost 5 years ago
- 1 comment
#444 - 请问下Buffer::readFd中的 char extrabuf[65536]可以定义成成员变量吗?
Issue -
State: closed - Opened by wangdongyu1989 almost 5 years ago
- 1 comment
#441 - EventLoop::loop中quit_标志位被清掉导致程序无法退出的问题
Issue -
State: closed - Opened by hbzzhtt almost 5 years ago
- 1 comment
#439 - 程序启动后很快退出,AsyncLogging无法打印日志到文件
Issue -
State: closed - Opened by liujiejie almost 5 years ago
- 2 comments
#438 - 想对接消息总线
Issue -
State: closed - Opened by liujiejie almost 5 years ago
#437 - 小白一个,这个项目如何编译跑起来,有没有相关的教程
Issue -
State: closed - Opened by MichaelYiyouson almost 5 years ago
- 1 comment
#431 - TcpServer和EventLoop该如何正确析构
Issue -
State: closed - Opened by Jasons0215 about 5 years ago
- 1 comment
#416 - 关于EventLoop::quit()的问题,没有正常退出
Issue -
State: closed - Opened by kirito41dd about 5 years ago
#415 - bug in the asio/chat example
Issue -
State: closed - Opened by libratiger over 5 years ago
#410 - 安装问题
Issue -
State: closed - Opened by beastsam over 5 years ago
- 2 comments
#397 - question : how to get body data from HttpRequest object in Post Request
Issue -
State: closed - Opened by brokensword2018 over 5 years ago
- 2 comments
#395 - [QUESTION]How to write a simple TCP proxy server using muduo?
Issue -
State: closed - Opened by yusiwen over 5 years ago
- 3 comments
#394 - why not use DISABLE_COPY_ASSIGN to replace noncopyable
Issue -
State: closed - Opened by xyanrch over 5 years ago
- 1 comment
#393 - AsyncLogging::threadFunc() 中判断buffersToWrite.size()大于25和下面删除只剩2个不一致
Issue -
State: closed - Opened by zhangke96 over 5 years ago
- 1 comment
#386 - connector的对this的使用为什么不改成shared_from_this()?
Issue -
State: closed - Opened by zywww almost 6 years ago
- 1 comment
#379 - void Connector::connect()链接失败情况
Issue -
State: closed - Opened by lilothar about 6 years ago
#368 - 一次loop中的失效事件的处理问题
Issue -
State: closed - Opened by neal-zhu about 6 years ago
- 15 comments
#366 - 有关发送缓冲区的问题?
Issue -
State: closed - Opened by liuyunbin about 6 years ago
- 4 comments
Labels: Good Question
#358 - Optimize:support for single log message bigger than muduo::detail::kLargeBuffer
Pull Request -
State: closed - Opened by yc90s about 6 years ago
- 2 comments
#358 - Optimize:support for single log message bigger than muduo::detail::kLargeBuffer
Pull Request -
State: closed - Opened by yc90s about 6 years ago
- 2 comments
#342 - 工作了几年再看代码写的很一般
Issue -
State: closed - Opened by lilijreey over 6 years ago
- 11 comments
#337 - muduo能否支持epoll超时回调???
Issue -
State: closed - Opened by VeblenXSYK over 6 years ago
- 2 comments
#324 - 如何截获Connector连接失败的错误处理?
Issue -
State: closed - Opened by yorkxu almost 7 years ago
- 2 comments
#313 - 日志文件为什么不支持添加路径
Issue -
State: closed - Opened by zichengLeee about 7 years ago
- 2 comments
#194 - TcpClient的析构导致崩溃问题
Issue -
State: closed - Opened by fdxuwei almost 9 years ago
- 7 comments
#149 - 进程刚启动时退出,日志不能flush到文件
Issue -
State: open - Opened by jainyzau over 9 years ago
- 5 comments