[ 
https://issues.apache.org/jira/browse/PROTON-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Stitcher resolved PROTON-1162.
-------------------------------------
    Fix Version/s: proton-c-0.39.0
                       (was: proton-c-future)
         Assignee: Andrew Stitcher
       Resolution: Fixed

I'm not 100% sure when this was fixed (maybe 0.38) but as of 0.39 it is fixed.

> connection capabilities are not sent correctly by default
> ---------------------------------------------------------
>
>                 Key: PROTON-1162
>                 URL: https://issues.apache.org/jira/browse/PROTON-1162
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>    Affects Versions: proton-0.12.0
>            Reporter: Gordon Sim
>            Assignee: Andrew Stitcher
>            Priority: Minor
>             Fix For: proton-c-0.39.0
>
>
> The offered- or desired- capabilities on a connection, they are sent out 
> incorrectly unless they are explicitly added as symbol or Array containing 
> symbols.
> E.g. instead of
> {noformat}
> conn.offered_capabilities=["foo", "bar"]
> {noformat}
> you must use:
> {noformat}
> conn.offered_capabilities=Array(UNDESCRIBED, Data.SYMBOL, symbol("foo"), 
> symbol("bar"))
> {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to