wangzhengquan
2020-08-10 78c0c6d8cf0869f49323840517604387eaa7d9e5
update
1个文件已修改
4 ■■■■ 已修改文件
src/socket/dmod_socket.c 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/socket/dmod_socket.c
@@ -76,12 +76,12 @@
    if(bus_set != NULL) {
        for(auto bus_iter = bus_set->begin(); bus_iter != bus_set->end(); bus_iter++) {
// printf("DModSocket  desub_timeout before");
            // desub_timeout(NULL, 0, *bus_iter, &timeout);
            desub_timeout(NULL, 0, *bus_iter, &timeout);
// printf("DModSocket  desub_timeout after %d\n", *bus_iter);
        }
        delete bus_set;
    }
// printf("DModSocket  destory 2\n");    
    if(topic_sub_map != NULL) {
        for (map_iter = topic_sub_map->begin(); map_iter != topic_sub_map->end(); map_iter++) {