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

Assert in MQTT communication #203

Open
ghost opened this issue Sep 5, 2018 · 1 comment
Open

Assert in MQTT communication #203

ghost opened this issue Sep 5, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 5, 2018

Observed Assert in MQTT Application,
once ConnectivityMQTTMqtt succeeded , the try to publish the data to broker , On Subscribe side not received any data and observed asserted at Filename 3rd-party/ServalStack/src/Msg/TcpMsg.c , line no 91 in a few minute.

@wegendt-bosch
Copy link
Contributor

For me MQTT is quite stable. I can only reproduce your error by manually disconnecting the XDK from the MQTT server, i.e. by killing the server. From what I can tell this assert in TcpMsg.c:91 arrises from the builtin MQTT message handler, which tries to get a message from an invalid socket. I would therefore classify this as a bug in the XDK's SDK and not primarily in Mita code generation.

If you have further information that clarifies your issue/contradicts my investigation feel free to reply.

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

No branches or pull requests

1 participant