-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
If, with an empty cache, I go to a page using messaging connector + link directory, I will have a double connection at once.
As the cache is empty, both will proceed to zimbra.
We should do the following (as when front talk to back):
- first connection proceed to zimbra
- second connection waits for first connection to achieve
- when first connection is over, both connections returns its value
(take care of what happened, if first connection failed)