cpp-ipc icon indicating copy to clipboard operation
cpp-ipc copied to clipboard

你好,通过demo的发送send_recv,发送超过50M的数据量时,会存在接收不到的问题

Open JHong-jh opened this issue 3 years ago • 2 comments

fb27367c1d7ce5ddf556b4bb1547412

JHong-jh avatar Jun 30 '22 03:06 JHong-jh

看起来是超时了。 目前ipc的发送、接收有概率出现拆包,由于存在一个bug #79,甚至有概率导致大消息一直拆包拼包,严重影响收发性能。

你的问题我先记下来了,等这两个月我忙完了项目再集中看一下……

mutouyun avatar Jul 07 '22 12:07 mutouyun

ping-pong 服务 发送100K,出现各种奇怪错误,20K以内比较稳定

force_push: msg_id = 38, remain = 16, size = 64 force_push: k = 0, cc = 1, rem_cc = 1 fail: send, there is no receiver on this connection. fail: send, there is no receiver on this connection.

ktprime avatar Dec 09 '23 05:12 ktprime