mirror of
https://github.com/apple/container.git
synced 2026-09-08 16:55:41 +00:00
- The kqueue handlers for stdio didn't have logic to exit on zero byte reads. - The agent wasn't getting closed explicitly in .delete() - In LinuxContainer we should call delete just for sanity, if for nothing more than ensuring the agent vsock fd is closed. Signed-off-by: Danny Canter <danny_canter@apple.com>