Andrew Stitcher

Results 4 issues of Andrew Stitcher

**Describe your environment** We are using the opentelemetry tracing API (and SDK) inside a Linux C++ shared library (.so file) built with the standard gcc toolchain. This library is provides...

bug

MD5 based mechanisms are now considered insecure and future systems will be configured without them available. We should stop using them to test Proton so we can build on securely...

You can turn on this extra frame logging by setting the 'frame+' log level. This can usually be done by setting the PN_LOG environment variable to 'frame+' This PR also...

enhancement
wip

Previously we checked whether the tasks were active without locking which was bad. This is is an alternative fix (which has the correct semantics) to #421. I think it probably...