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
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
Currently the shim does not wait explicitly for the ConnectShim response from proxy, but processes it async in the poll loop.
The idea here is for the shim to connect to proxy, issue ConnectShim response and then wait for response from proxy.
If error is received, exit as before else pause until the runtime sends a continue signal to shim.
This way the shim does not process the stream data until the start oci phase when the runtime unpauses it. Similarly the runtime would need to send a sigcont for exec as well.
The text was updated successfully, but these errors were encountered:
Currently the shim does not wait explicitly for the ConnectShim response from proxy, but processes it async in the poll loop.
The idea here is for the shim to connect to proxy, issue ConnectShim response and then wait for response from proxy.
If error is received, exit as before else pause until the runtime sends a continue signal to shim.
This way the shim does not process the stream data until the start oci phase when the runtime unpauses it. Similarly the runtime would need to send a sigcont for exec as well.
The text was updated successfully, but these errors were encountered: