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

fix: paho-mqtt js client not showing stack traces #261

Closed
wants to merge 6 commits into from

Conversation

baetheus
Copy link

The logic for printing stack traces on error is incorrect. If there is a stack for an error then it is not shown. If there isn't a stack then I don't know what happens. Probably it breaks. This fix inverts the stack trace logic and correctly prints stack traces if they exist.

jpwsutton and others added 6 commits July 23, 2018 16:25
Merge Develop into Master for Eclipse Photon 1.1.0 release
The logic is reversed when printing stack traces. If there is a stack then it is not shown. If there isn't a stack then I don't know what happens. Probably it breaks.
@baetheus
Copy link
Author

See #213 for another implementation of the fix.

@baetheus baetheus changed the base branch from master to develop December 12, 2024 23:39
@baetheus
Copy link
Author

Looks like I'm supposed to branch from develop.

@baetheus baetheus closed this Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants