Skip to content

Commit 58d3961

Browse files
author
Cheng Xin
committed
Merge branch 'dev_tcp_client_chengxin' into 'feature_tcp_client'
【DEL】删除一个多余的状态枚举定义 See merge request server/openapi/openapi-cpp-sdk!21
2 parents 20b5b87 + 48579cf commit 58d3961

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

include/tigerapi/push_socket/push_socket.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ namespace TIGER_API
2727
{
2828
CONNECTING, //正在连接
2929
CONNECTED, //已连接
30-
DISCONNECTING, //正在断开
3130
DISCONNECTED //已断开
3231
};
3332

0 commit comments

Comments
 (0)