You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i subscribe more than 8 topics , the event MqttMsgSubscribed won't be triggered.
according the situation , i think the subscribtion is not successed. but i don't know why...
how can i fix it , please help me ,
Thanks.
my need is subscribe at lease 20 topics.
_mqttConnecter.AddTopic($"$aws/things/test-{_localID}1/shadow/update", MqttMsgBase.QOS_LEVEL_AT_LEAST_ONCE);
_mqttConnecter.AddTopic($"$aws/things/test-{_localID}2/shadow/update", MqttMsgBase.QOS_LEVEL_AT_LEAST_ONCE);
_mqttConnecter.AddTopic($"$aws/things/test-{_localID}3/shadow/update", MqttMsgBase.QOS_LEVEL_AT_LEAST_ONCE);
_mqttConnecter.AddTopic($"$aws/things/test-{_localID}4/shadow/update", MqttMsgBase.QOS_LEVEL_AT_LEAST_ONCE);
_mqttConnecter.AddTopic($"$aws/things/test-{_localID}5/shadow/update", MqttMsgBase.QOS_LEVEL_AT_LEAST_ONCE);
_mqttConnecter.AddTopic($"$aws/things/test-{_localID}6/shadow/update", MqttMsgBase.QOS_LEVEL_AT_LEAST_ONCE);
_mqttConnecter.AddTopic($"$aws/things/test-{_localID}7/shadow/update", MqttMsgBase.QOS_LEVEL_AT_LEAST_ONCE);
_mqttConnecter.AddTopic($"$aws/things/test-{_localID}8/shadow/update", MqttMsgBase.QOS_LEVEL_AT_LEAST_ONCE);
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: