Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
proton-0.13.0
-
None
-
None
Description
If you want to create a sender or receiver with non standard connection options, but no extra sender or receiver options - which has turned out to be fairly common in simple code I have written - it's awkward and unnecessary to have to specific an empty connection_options object in the API.
Adding extra overloads of container::open_sender() and container::open_receiver() which take only a url and connection_options makes the code easier to read and write.