During dispose of Composition the RememberObserver callbacks are executed which could cause potentially cause a deadlock with the Recomposer if change notification arrive during dispose.
Consider moving the calls to RememberObserver objects outside the synchronize block.
Description
During
dispose
ofComposition
theRememberObserver
callbacks are executed which could cause potentially cause a deadlock with theRecomposer
if change notification arrive duringdispose
.Consider moving the calls to
RememberObserver
objects outside thesynchronize
block.