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
Hi~I want to use this in order to enable mqtt protocol in my u3d project. But when I run the mqttTest.cs in u3d with debug mode, I cannot find "MqttMsgFlow" and "MqttMsgState" class which I found this problem in Line 984 in file "MqttClient.cs".
Is there any solution? ^ ^
The text was updated successfully, but these errors were encountered:
Sorry about that problem, I find MqttMsgFlow & MqttMsgState is a type of "enum" in file MqttMsgContext. I thought they're type of class so I try to find them like "*.cs".
Sorry about that.
No problem
On Aug 11, 2014 6:23 AM, "MaxYi" [email protected] wrote:
Sorry about that problem, I find MqttMsgFlow & MqttMsgState is a type of
"enum" in file MqttMsgContext. I thought they're type of class so I try to
find them like "*.cs".
Sorry about that.
—
Reply to this email directly or view it on GitHub #1 (comment)
.
Hi~I want to use this in order to enable mqtt protocol in my u3d project. But when I run the mqttTest.cs in u3d with debug mode, I cannot find "MqttMsgFlow" and "MqttMsgState" class which I found this problem in Line 984 in file "MqttClient.cs".
Is there any solution? ^ ^
The text was updated successfully, but these errors were encountered: