aliyun / alibabacloud-nls-cpp-sdk

The C++ SDK for Alibaba nature language and speech APIs.
Apache License 2.0
54 stars 30 forks source link

Fix connection status overwritten issue #11

Closed lewiszlw closed 1 year ago

lewiszlw commented 2 years ago

解决 https://github.com/aliyun/alibabacloud-nls-cpp-sdk/issues/10 。工作线程本身管理了整个连接生命周期,包括初始化为NodeConnecting,完全不需要在主线程内对连接状态进行初始化为NodeConnecting,因此移除相关代码。 验证通过并已在内部上线,上线后此问题不再出现。

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.