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
Merge branch 'concurrent_crashes' into 'main'
Problem: Unlocking the model mutex to call the callbacks means that our context may have changed when the callback returns and the lock is acquired again.
See merge request ingescape-private/ingescape-library!15