-
Notifications
You must be signed in to change notification settings - Fork 16
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
Gateway crashes #19
Comments
trivialkettle
added a commit
to trivialkettle/cc.mqttsn.libs
that referenced
this issue
Oct 7, 2024
Closed
arobenko
added a commit
that referenced
this issue
Oct 7, 2024
Please retry with the "develop" branch and let me know if it works for you. If you're satisfied with your testing and no other problems are found it the near future, just ask me to do an official release v2.0.5 |
Hi, thanks a lot. The develop branch works for some hours now, release v2.0.5 LGTM. |
My use cases worked fine for multiple days now, could please release v2.0.5? |
Done |
Thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
i noticed another crash in the gateway.
Callstack:
I could reproduce this. I have a client that connects to the gateway and then later changes the last will. If I restart this programm the gateway crashes.
I removed the
assert
statement and then it crashes with this callstack:I will try to assemble a python script to show it.
Edit: I debuged some more, and found that
iter
is sometimesNULL
.The text was updated successfully, but these errors were encountered: