toit
toit copied to clipboard
Race condition when starting containers
It is possible for a call to containers.start to receive a SYSTEM_RPC_NOTIFY_RESOURCE_ message before we've initialized the ServiceResourceProxyManager_. This happens when the started container manages to run to completion before the caller is ready for the notification sent on close.