refix name
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -4,6 +4,8 @@ import androidx.annotation.Keep;
|
||||
|
||||
public class SocketServicesConstants {
|
||||
|
||||
public static final String TAG = "CLOUD_SOCKET";
|
||||
|
||||
/**
|
||||
* 建立长链的通道ID
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user