robust-services-core icon indicating copy to clipboard operation
robust-services-core copied to clipboard

Defer Context cleanup

Open GregUtas opened this issue 8 years ago • 0 comments

After a trap, delay the cleanup of a Context to focus on new work and avoid the risk of retrapping. This probably involves introducing a new Context state (recovering) to block incoming messages and postpone the recovery of subtended objects.

GregUtas avatar Nov 05 '17 17:11 GregUtas