Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Shim should explicitly wait for the ConnectShim response from proxy. #9

Open
amshinde opened this issue Mar 24, 2017 · 0 comments
Open

Comments

@amshinde
Copy link
Contributor

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant