eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
40 stars 21 forks source link

Fix deadlock on re-entrant sync calls #252

Closed cdamus closed 1 year ago

cdamus commented 1 year ago

Cover the case in which the client of the ModelSynchronizer makes re-entrant syncExec or syncCall invocations.

Contributed on behalf of STMicroelectronics.

Fixes #250