[
https://issues.apache.org/jira/browse/PROTON-877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14532238#comment-14532238
]
ASF subversion and git services commented on PROTON-877:
--------------------------------------------------------
Commit 20cdff183f7ce2c79012d5c7028eefc19a23ae28 in qpid-proton's branch
refs/heads/proton-j-reactor from Rafael Schloming
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=20cdff1 ]
PROTON-877: workaround by forcing anonymous from the client
> proton-c sasl client hangs on server pipeline
> ---------------------------------------------
>
> Key: PROTON-877
> URL: https://issues.apache.org/jira/browse/PROTON-877
> Project: Qpid Proton
> Issue Type: Bug
> Components: proton-c
> Reporter: Rafael H. Schloming
> Assignee: Andrew Stitcher
> Fix For: 0.10
>
> Attachments: pipeline-workaround.patch, tests.patch
>
>
> [rhs@localhost build]$ ~/proton/examples/python/reactor/send.py
> [0x1d350c0]: -> SASL
> [0x1d350c0]: <- SASL
> [0x1d350c0]:0 <- @sasl-mechanisms(64)
> [sasl-server-mechanisms=@PN_SYMBOL[:ANONYMOUS]]
> [0x1d350c0]:0 <- @sasl-outcome(68) [code=0]
> [0x1d350c0]: -> AMQP
> [0x1d350c0]:0 -> @open(16) [container-id="", hostname="localhost"]
> [0x1d350c0]:0 -> @begin(17) [next-outgoing-id=0, incoming-window=2147483647,
> outgoing-window=0]
> [0x1d350c0]:0 -> @attach(18) [name="sender", handle=0, role=false,
> snd-settle-mode=2, rcv-settle-mode=0, source=@source(40) [durable=0,
> timeout=0, dynamic=false], target=@target(41) [durable=0, timeout=0,
> dynamic=false], initial-delivery-count=0]
> [0x1d350c0]: <- AMQP
> ^CTraceback (most recent call last):
> File "/home/rhs/proton/examples/python/reactor/send.py", line 90, in
> <module>
> r.run()
> File "/home/rhs/proton/proton-c/bindings/python/proton/reactor.py", line
> 120, in run
> while self.process(): pass
> File "/home/rhs/proton/proton-c/bindings/python/proton/reactor.py", line
> 142, in process
> result = pn_reactor_process(self._impl)
> KeyboardInterrupt
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)