lonely-lockley / archinsight

Simplicity in Code, Power in Design
https://archinsight.org
GNU Affero General Public License v3.0
51 stars 5 forks source link

There a situation when Playground view does not load repository structure #55

Closed lonely-lockley closed 10 months ago

lonely-lockley commented 10 months ago

How to reproduce: login and navigate to Playground. The project is detected and requested from Repository service, but there's no request to load selected repository structure. repositorySelectionListener in RepositoryViewComponent does not receive any events

lonely-lockley commented 10 months ago

This issue seems to be fixed by messaging reorganization. Probably, the reason was that new message subscribers clashed by uiid with the old ones and were not added into listener list. And the old ones were removed because the old page was closed. This resulted in e new page loading without event bus listeners