Skip to content

issues Search Results · repo:owent/libatbus language:C++

Filter by

10 results
 (92 ms)

10 results

inowent/libatbus (press backspace or delete to remove)

cmake之后 直接make 提示内容如下,帮忙看一下 libatbus/atframework/atframe_utils/include/cli/cmd_option_bind_param_list.h:64:64: error: conversion from ‘long unsigned int’ to ‘int’ may change value [-Werror=conversion] ...
bug
  • JackyLucifer
  • 17
  • Opened 
    on Mar 28, 2023
  • #20

同机器之间的进程通信可以通过共享内存管道,想请教下这个单读多写队列的实现原理,网上看过的很多资料都是线程之间通过原子操作来实现,但是在进程之间,是怎么实现多个进程的同步写操作?
Stale
  • jswlives
  • 2
  • Opened 
    on Sep 24, 2021
  • #11

尝试添加兄弟节点发现机制, 总是出现预期之外的效果, 希望作者能够支持 目前实践如下 - 添加开关 struct conf_flag_t { enum type { EN_CONF_BRO_FOUND = 0, // 兄弟节点发现 EN_CONF_MAX = 1, }; }; - 修改proto message node_bro_sync_data ...
  • sidaxx
  • 2
  • Opened 
    on Aug 26, 2021
  • #10

- 1 目前只找到了1个例子, 在没有详细看代码的情况下无法快速判断上手步骤 比如说一个树形结构: 总根节点A, A下面挂着BC两个副节点, B下面挂着DE, C下面挂着FG 其中ABC只负责数据转发和服务发现 DEFG是用于提供业务的进程 那么在使用库方面应当如何编写框架? - 2 常用结构只有node吗? 它既可以作为中心节点(listen), 也可以作为边缘节点(connect)? ...
help wanted
Stale
  • sidaxx
  • 4
  • Opened 
    on Aug 16, 2021
  • #9

[root@localhost build]# cmake .. -G Unix Makefiles -- Available Build Type: Unknown -- Check Flag: -rdynamic -- yes -- GCC Version 4.8.5 Found, -Wno-unused-local-typedefs added. -- GCC Version 4.8.5 , ...
bug
Stale
  • vbirds
  • 5
  • Opened 
    on Aug 14, 2020
  • #7

在代码里看到 // TODO 防止短时间内批量上报注册协议,所以合并上报数据包 // TODO 给所有需要全局路由表的子节点下发数据 问一下作者实现没有
  • tangzhenquan
  • 11
  • Opened 
    on Dec 18, 2019
  • #6

int msg_handler::on_recv_data_transfer_rsp(node n, connection *conn, protocol::msg m, int /*status*/, int /*errcode*/) { if (NULL == m.body.forward || NULL == conn) { ATBUS_FUNC_NODE_ERROR(n, ...
help wanted
  • weinvest
  • 5
  • Opened 
    on Oct 29, 2019
  • #5

CASE_TEST(atbus_endpoint, is_child1) { atbus::node::conf_t p_conf; atbus::node::default_conf( p_conf); p_conf.children_mask = 16; atbus::node::conf_t c_conf; atbus::node::default_conf( c_conf); c_conf.children_mask ...
help wanted
Stale
  • weinvest
  • 8
  • Opened 
    on Oct 22, 2019
  • #4

因为vs2017 调试功能很方便也很强大,很方便新手理解程序。 我在https://github.com/microsoft/vcpkg 发现已经有人移植好了libuv 和 msgpack,我也安装了,那怎么导入如这个工程?需要修改cmake 文件吗? PS E:\OpenSource\vcpkg .\vcpkg integrate install Applied user-wide integration ...
  • zuowanbushiwo
  • 7
  • Opened 
    on May 21, 2019
  • #3

$ make Scanning dependencies of target atframe_utils [ 3%] Building CXX object deps/atframe_utils/CMakeFiles/atframe_utils.dir/src/algorithm/base64.cpp.obj [ 6%] Building CXX object deps/atframe_utils/CMakeFiles/atframe_utils.dir/src/algorithm/crc.cpp.obj ...
  • zuowanbushiwo
  • 2
  • Opened 
    on May 21, 2019
  • #2
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub