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
Don't close m.exitCh just after context cancelletion
The context is used to let the SDK kill its underlying Firecracker
process. Closing the channel has to be happening after the actual
termination of the process.
Signed-off-by: Kazuyoshi Kato <[email protected]>
0 commit comments