16 Star 104 Fork 32

pcd / QPerf

 / 详情

数据链路Udp模式下无结果

已完成
拥有者
创建于  
2021-03-26 18:37

客户端使用参数 netperf -p 5555 -a 127.0.0.1 -P 6666 -u -r 1000 -o 500 -S 1000 报错

ASSERT failure in QCoreApplication::sendEvent: "Cannot send events to objects owned by a different thread. Current thread 0x0x7cc6af0. Receiver '' (of type 'QNativeSocketEngine') was created in thread 0x0x7cc24e0",

评论 (2)

pcd 创建了任务
pcd 关联仓库设置为pcd/QPerf
pcd 里程碑设置为正式版本发布
pcd 添加了
 
bug
标签
pcd 负责人设置为pcd
pcd 任务状态待办的 修改为进行中
展开全部操作日志
  1. 错误原因为UdpChannel关闭时未考虑线程引起;
  2. Udp数据链路不通的原因是数据链路的Reply端未初始远端终结点的信息,无法正常Reply。
pcd 优先级设置为严重

解决方案:

  1. UdpChannel 关闭添加内部的信号槽实现;
  2. UdpChannel 在第一次接收到远端消息时,将远端端口设置为对端。
pcd 任务状态进行中 修改为已完成

登录 后才可以发表评论

状态
负责人
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
参与者(1)
1180893 andwp 1632571285
C++
1
https://gitee.com/andwp/qperf.git
git@gitee.com:andwp/qperf.git
andwp
qperf
QPerf

搜索帮助