awslabs / aws-c-mqtt

C99 implementation of the MQTT 3.1.1 specification.
Apache License 2.0
93 stars 29 forks source link

More canary adjustments #237

Closed TwistedTwigleg closed 1 year ago

TwistedTwigleg commented 1 year ago

Description of changes:

Adds more error protection around writing to a file, adds error protection when reading stdout file, reduces "application is still running" spam in the console, adds error protection when checking for metric errors, and reduces console lines printed when an exception occurs.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

TwistedTwigleg commented 1 year ago

Thanks! Merging into main...