eclipse-emfcloud / emfcloud-modelserver

Modelserver component
Other
43 stars 21 forks source link

Add resource unload on configuration request #195

Closed eneufeld closed 2 years ago

eneufeld commented 2 years ago

A new configuration request triggers the initialize method of ModelResourceManager. Currently the known ResourceSets are simply cleared. This is not enough as resources are still hold by the FileWatcher. This is fixed now by unloading the resources.

Fix #192