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
fix(model-client): memory leak in VersionChangeDetector
VersionChangeDetector wasn't disposed, while waiting for a change.
It was transitively calling runBlocking from a coroutine which means a
cancellation of the coroutine has no effect while being blocked.
0 commit comments