-
Type:
Bug
-
Resolution: Unresolved
-
None
-
Affects Version/s: None
-
Component/s: Main back-end mechanisms (Worker, Logging, etc.)
-
Low
-
Emptyshow more show less
There is a gap in communication between leaving a task and that the messagebus gets that info while someone else is leaving a segment of that task.
See all the preventions like
if(grid){...}
in MultiUserUsage.js which would be unnecessary if the MessageBus would not send infos to users having closed a task already.