Uh oh!
There was an error while loading. Please reload this page.
Allow streaming when using exec - #272
Conversation
Intrepidd
commented
Apr 4, 2015
Cassettes need to be re-recorded, do you want me to do it ? |
bfulton
commented
Apr 4, 2015
Thanks! Yes, please re-record. |
Intrepidd
commented
Apr 4, 2015
Running I'm on OSX Yosemite with the latest boot2docker. I've done everything stated in TESTING.md Not sure if the culprit is boot2docker or anything else going wrong on my system. |
Intrepidd
commented
Apr 4, 2015
I only re-recorded the cassettes I needed and now it's green :) |
bfulton
commented
Apr 6, 2015
Hmm. CI is still failing. I can take a look this evening. |
Intrepidd
commented
Apr 6, 2015
It's because of a complexity violation :/ On Mon, Apr 6, 2015, 15:48 Bright Fulton notifications@github.com wrote:
|
tlunter
commented
Apr 7, 2015
Can you share how you're going about the streaming? I used the following with a simple container running just bash and it's streaming for me just fine. |
Intrepidd
commented
Apr 7, 2015
I'm doing exactly the same way, and I only get a response when the command I'm on OSX and using boot2docker, not sure if this changes anything On Tue, Apr 7, 2015, 21:49 Todd Lunter notifications@github.com wrote:
|
Intrepidd
commented
Apr 7, 2015
I ran your code to be extra sure and I'm having no output at all since it's an infinite loop. This is very strange that you're getting it to work on your development environment |
tlunter
commented
Apr 7, 2015
I wonder if this has to do with SSL. You're using one of the latest boot2docker, right? |
Intrepidd
commented
Apr 7, 2015
The latest, and I have to disable ssl verification On Tue, Apr 7, 2015, 23:04 Todd Lunter notifications@github.com wrote:
|
tlunter
commented
Apr 8, 2015
I have done the same and using the code above, this PR isn't working for me. I am thinking this has to do with Excon's SSLSocket versus regular Socket. Using tcpdump I can see the 5 second echo payload, but cannot see Excon producing anything from it. Will need to look into deeper. |
danielmanesku
commented
Jun 27, 2016
@tlunter any updates on this one? |
tlunter
commented
Jun 27, 2016
@danielmanesku I haven't been able to look into this one since my last post. Would love it if you could take a deep dive if you're available to do so. |
danielmanesku
commented
Jun 28, 2016
Thanks for a quick reply! I am busy at the moment with something else, but I added this on my TODO list and I will try to investigate in the coming weeks. |
Related to #263