wangzhengquan
2020-08-23 c1d70e0a50138fcbbe3c1045d3c61b9b5bdb8e22
udpate
1个文件已修改
2 ■■■ 已修改文件
src/socket/dmod_socket.c 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/socket/dmod_socket.c
@@ -422,7 +422,7 @@
              }
            } else if(strcmp(action, "desub") == 0) {
printf("desub topic=%s,%s,%d\n", topics, trim(topics, 0), strcmp(trim(topics, 0), ""));
// printf("desub topic=%s,%s,%d\n", topics, trim(topics, 0), strcmp(trim(topics, 0), ""));
                if(strcmp(trim(topics, 0), "") == 0) {
                    // 取消所有订阅
        printf("====取消所有订阅\n");