Ewerton Scaboro da Silva

Results 10 issues of Ewerton Scaboro da Silva

**Describe the bug** az_span_dtoa seems to optimize the conversion and ignores trailing zeros. According to @ahsonkhan , the function was designed like that to be optimized for json (and produce...

bug
Client
Azure.Core

Azure IoT C# SDK uses DotNetty for MQTT. We found an issue where ReceiveAsync was hanging if DeviceClient.Dispose was called right after. Looks like there is a race condition where...

From @mamokarz , "There are some issues with these ws_url, not only the port is size_t but the gets for both host and path are guessing the buffer size. Fix...

enhancement

Tests aim at preventing issues like https://github.com/Azure/azure-uamqp-c/issues/197 Tests must address scenarios using SAS and x509 authentication, as well as be set to run on Windows and Linux environments. They shall...

enhancement

All c files where async_operation_destroy is used should be verified to make sure they are not calling free() on the async operation instances. This is to address other potential issues...

question

This is regarding the need for calling amqpvalue_create_message_annotations before passing the AMQP_VALUE to message_set_message_annotations().

enhancement

The unit tests must be fixed if needed and re-enabled.

# Checklist - [x] I have read the [contribution guidelines] (https://github.com/Azure/azure-iot-sdk-c/blob/main/.github/CONTRIBUTING.md). - [ ] I added or modified the existing tests to cover the change (we do not allow our...

This will help identifying the offending STRICT_EXPECTED_CALL when defining negative tests. Example: ```c ... umock_c_negative_tests_snapshot(); size_t call_count = umock_c_negative_tests_call_count(); //act for (size_t i = 0; i < call_count; i++) {...

# Thank you for helping us improve the Azure IoT Python SDK! ## Need Support - **Have a feature request for SDKs?** Please post it on [User Voice](https://feedback.azure.com/forums/321918-azure-iot) to help...