You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I would like to execute this python code (containing a print statement and a sleep call for 1 second for each iteration of the range(5)).
The idea was to test and see if PROXY is working as desired. I was excepting to see while executing jail_code.jail_code(...) in the stdout of my terminal progressively displayed the numbers second by second:
1
2
3
4
full-output
- 0
- 1
- 2
- 3
- 4
but didn't happened..
First one should be the output printed by the proxy, and the second one is when I iterate on the result object stdout.
The issue here is that during this execution of jail_code.jail_code(...) the PROXY didn't seems to print anything in the output is that normal, I'm missing something ?
Thanks in advance.
PS: I have CODEJAIL_TEST_USER/ENV and CODEJAIL_PROXY configured in my ENV.
The text was updated successfully, but these errors were encountered:
antoineFrau
changed the title
Proxy doesn't work, it wait until the end of execution before printing the output
Proxy doesn't work, while executing jail_code there is no output displayed
Dec 18, 2020
Hello,
I would like to execute this python code (containing a print statement and a sleep call for 1 second for each iteration of the
range(5)
).The idea was to test and see if PROXY is working as desired. I was excepting to see while executing
jail_code.jail_code(...)
in the stdout of my terminal progressively displayed the numbers second by second:but didn't happened..
First one should be the output printed by the proxy, and the second one is when I iterate on the result object stdout.
The issue here is that during this execution of
jail_code.jail_code(...)
the PROXY didn't seems to print anything in the output is that normal, I'm missing something ?Thanks in advance.
PS: I have CODEJAIL_TEST_USER/ENV and CODEJAIL_PROXY configured in my ENV.
The text was updated successfully, but these errors were encountered: