Dan Cristoloveanu
Dan Cristoloveanu
It would be much nicer and cleaner to have an CONST_AMQP_VALUE module. This would be refcounted and read only. That way any chances of modifying inadvertently underlying data due to...
Consider removing composite type from the typesystem, as a composite type is nothing else than a describe type with a list.
Composite type in amqpvalue should have unit tests (currently it is not covered).
In order to write tests for one SASL mechanism in the SASL init frame, a SASL server IO is needed. This depends on header IO being rewritten first.
Currently the E2E test for IoTHub simply relies on using a certain device name. That should be changed to create a device every time the test is run.
Due to the rather recent addition of the macro utils dependency, a git submodule update --init is needed to be added to the build instructions.
Would be awesome if the RUN_TEST_SUITE macro would: 1) either be a rvalue (and return failedTestCount) 2) either take a size_t*, because it is immediately un-obvious that failedTestCount is actually...