stsiano commented on issue #32: QPIDJMS-441: add proxy support URL: https://github.com/apache/qpid-jms/pull/32#issuecomment-547919049 I could unfortunately not reproduce the issue for me, the test always works for me (regardless how often I call it and to which value I set the Repeat annotation). When I tried to get the Appveyor running with my fork, I got some unspecified error (address to appveyor support). Nevertheless it always felt wrong to ignore the write channel altogether on an EOF at the read channel. I think the correct reaction of that is to shutdown the output on the write channel if it exists and is still open. This way the reader at the forwarded socket will also get an EOF (as we did in the proxy), so the situation should be the same as without the proxy. I have created another commit for that. The logs look very reasonable for me for the failover test, but as I said, I cannot reproduce your issue, so it would be good if you could give it a try.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
