This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Commit b03861a
kata_agent: fix connection race
If we send multiple grpcs at once before a client is created, we end up
creating multiple connections to the agent and that breaks when using builtin
proxy since only one connection is allowed.
Signed-off-by: Peng Tao <bergwolf@gmail.com>1 parent 2e70857 commit b03861a
File tree
1 file changed
+18
-3
lines changed- vendor/github.com/kata-containers/runtime/virtcontainers
1 file changed
+18
-3
lines changedLines changed: 18 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments