refix name

This commit is contained in:
zhongchao
2021-02-04 18:35:16 +08:00
parent f05837b653
commit 3e45e75268
10 changed files with 32 additions and 56 deletions

View File

@@ -30,13 +30,14 @@ import static com.mogo.cloud.httpdns.MogoHttpDnsConfig.HTTP_DNS_ENV_DEMO;
import static com.mogo.cloud.httpdns.MogoHttpDnsConfig.HTTP_DNS_ENV_DEV;
import static com.mogo.cloud.httpdns.MogoHttpDnsConfig.HTTP_DNS_ENV_QA;
import static com.mogo.cloud.httpdns.MogoHttpDnsConfig.HTTP_DNS_ENV_RELEASE;
import static com.mogo.cloud.socket.SocketServicesConstants.TAG;
/**
* Socket 长链核心服务
*/
public class SocketManager implements IMogoCloudSocketManager, Callback {
private static final String TAG = "SocketManager";
private static volatile SocketManager mInstance;
private MoGoAiCloudClientConfig cloudClientConfig;
private String mAppId;

View File

@@ -4,6 +4,8 @@ import androidx.annotation.Keep;
public class SocketServicesConstants {
public static final String TAG = "CLOUD_SOCKET";
/**
* 建立长链的通道ID
*/