This commit is contained in:
启星
2025-09-30 19:42:20 +08:00
parent 2a44a06630
commit 87fc467652
42 changed files with 629 additions and 150 deletions

View File

@@ -11,6 +11,8 @@
#import <CommonCrypto/CommonHMAC.h>
static NSString * _Nonnull qx_room_topic = @"qx_room_topic";
static NSString * _Nonnull qx_ac_topic = @"qx_xunlehui";
static NSString * _Nonnull qx_hour_ranking = @"qx_hour_ranking";
NS_ASSUME_NONNULL_BEGIN
@protocol MQTTClientModelDelegate <NSObject>
@optional

View File

@@ -80,6 +80,7 @@
QXLOG(@"eventCode -- 连接成功");
[self subscribeTopic:qx_room_topic];
[self subscribeTopic:qx_ac_topic];
[self subscribeTopic:qx_hour_ranking];
[self reConnectForStateError];
break;