Issues
- 5
是否可以提供清理共享内存的操作
#132 opened by heheda123123 - 1
为何编译出来的静态库会出现链接错误的问题啊
#134 opened by davidzong1 - 0
No ipc communication between gui(logged in user) and Linux services(run with root)
#133 opened by jitin730 - 3
- 3
Mac support
#130 opened by funatsufumiya - 3
- 2
- 0
chan_wrapper::send()增加sendv()接口
#127 opened by laomaodier - 15
sender和receiver的异常退出处理机制
#123 opened by Peachck - 3
send recv里面是忙等吗?
#126 opened by bethebest0622 - 2
请问为何不提供loan的接口
#125 opened by thun-res - 18
崩溃恢复问题,非正常退出之后,重新连接,会出现无法发送和接收的问题
#100 opened by youyuanshanren - 3
Lack of documentation
#124 opened by pituluk - 1
single-multi broadcast 模式下,生产者-消费者同步问题
#122 opened by cy2333ytu - 2
- 2
SHmem files danging
#104 opened by marriusco - 0
msg_que_t中无法使用智能指针
#121 opened by pengrui2009 - 0
无法使用智能指针
#120 opened by pengrui2009 - 1
Bus error (core dumped)
#118 opened by liuhao123t - 2
请教关于使用方式和拷贝相关问题
#116 opened by codingcai - 4
send函数无接收端也直接成功
#115 opened by huanglin2 - 2
- 3
c++ 模板代码阅读
#113 opened by starrysky425 - 6
windows下不同权限进程间通信
#83 opened by gitacai - 2
请问怎么编译demo下面的例子啊
#112 opened by Xiids - 4
find_package(cpp-ipc CONFIG REQUIRED)找不到
#110 opened by songzi-w - 2
你好,通过demo的发送send_recv,发送超过50M的数据量时,会存在接收不到的问题
#81 opened by JHong-jh - 1
Communication between Windows 11 and WSL2
#108 opened by hemalbavishi - 1
在同一个进程内使用cpp-ipc通信,server端退出会卡住
#109 opened by lizhewu - 5
ipc::channel 在调试模式,打断点,容易会出现,收不到消息的情况,且数据比较大的会出现连接断开的现象;
#107 opened by w08 - 9
No ipc communication between gui(logged in user) and windows services(Local system account)
#105 opened by jayprakashkumar1 - 2
receiver接收时sleep时间大于sender的发送间隔,会接收中断
#103 opened by weshao - 3
咨询一个问题
#102 opened by aiqingbuyi123 - 8
cpp-ipc库和单例模式八字不合的导致崩溃的问题
#101 opened by YyyyTx - 1
maximum possible data_length.
#97 opened by binary-husky - 3
大数据公用的内存疑似存在数据被覆盖的情况
#96 opened by nepkira - 2
上报一个死锁的bug
#88 opened by ddm1233 - 3
有几个问题想咨询一下
#95 opened by liuxw7 - 1
channel 多生产者多消费模式
#94 opened by yangqun - 1
- 2
- 0
concur broadcast模式实现+ut+benchmark
#91 opened by mutouyun - 6
- 2
channel 类型为<relat::multi, relat::multi, trans::broadcast>,(对receiver管理部分做了修改)运行一段时间后接收端掉线,无法接收数据
#87 opened by windowcc - 3
- 2
你好,请问在广播模式下,如何确保每一个receiver都可以接收到数据?
#86 opened by windowcc - 5
receiver非首次连接sender,会增加延迟
#79 opened by iGwkang - 0
wait_for_recv(param1, timeout)
#80 opened by circinusX1 - 1
C/S架构,如何实现Client send后同步接收Server的返回结果
#77 opened by lxgsbqylbk - 7
ipc::channel 最大传输数据大小怎么设置呢 我发超过1k数据 就会接收不完整
#76 opened by ckJust