Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

代理方法突然收不到消息 #21

Open
huangzhengguo opened this issue Apr 28, 2020 · 2 comments
Open

代理方法突然收不到消息 #21

huangzhengguo opened this issue Apr 28, 2020 · 2 comments

Comments

@huangzhengguo
Copy link

  • (void)onConnectStateChange:(NSString *)connectId state:(LinkkitChannelConnectState)state {
    KMYLOG(@"connectId = %@", connectId);
    switch (state) {
    case LinkkitChannelStateConnected:
    KMYLOG(@"App上线");
    break;
    case LinkkitChannelStateDisconnected:
    KMYLOG(@"App下线");
    break;
    case LinkkitChannelStateConnecting:
    KMYLOG(@"App正在连接!");
    break;
    default:
    KMYLOG(@"状态不明!");
    break;
    }
    } ----- 这个可以收到

#pragma mark --- 接收数据回调

  • (void)onNotify:(NSString *)connectId topic:(NSString *)topic data:(id)data {
    KMYLOG(@"onNotify");
    } --- 这个突然收不到消息,卡这一天了,代码没动,突然就不好使了
@huangzhengguo
Copy link
Author

iot iOS 连接设备SDK

@SducodeMonkey
Copy link
Contributor

此处只作为iOS Pods仓库维护,如果是产品SDK功能问题,建议通过查看官方文档找到对应的钉钉群反馈或者提工单反馈。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants