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
Is your enhancement related to a problem? Please describe
The RPC message proxy is never disposed on shutdown. This could be the cause of podman-desktop/podman-desktop#10926, but it should be fixed either way.
Describe the solution you'd like
Dispose it properly.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
The RPC message proxy should be disposed on shutdown. This change just disposes
it properly, and drops the timeout down to 5s (aligns with AI Lab change, may
also help with a timeout during shutdown).
Possibly the cause of
podman-desktop/podman-desktop#10926.
Fixespodman-desktop#1263.
Signed-off-by: Tim deBoer <[email protected]>
The RPC message proxy should be disposed on shutdown. This change just disposes
it properly, and drops the timeout down to 5s (aligns with AI Lab change, may
also help with a timeout during shutdown).
Possibly the cause of
podman-desktop/podman-desktop#10926.
Fixes#1263.
Signed-off-by: Tim deBoer <[email protected]>
Is your enhancement related to a problem? Please describe
The RPC message proxy is never disposed on shutdown. This could be the cause of podman-desktop/podman-desktop#10926, but it should be fixed either way.
Describe the solution you'd like
Dispose it properly.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: