Getting vcards from server could freeze Spark at startup
Description
During startup spark is loading all the vcards from online contacts. That could freeze spark if the response is delayed. Also opening a new chat window could be slower than usually while spark is reloading the avatar url from the vcard. There is already a patch available but we're still testing...
Environment
None
Attachments
1
11 Apr 2012, 11:15 AM
Activity
Show:
Walter Ebeling
February 24, 2013 at 9:29 AM
Mass closing of resolved issues
Tim Jentz
April 11, 2012 at 11:40 AM
commited internal patch after testing to trunk
Tim Jentz
April 11, 2012 at 11:15 AM
Process VCards by Threading and apply listener for VCards which come to late.
During startup spark is loading all the vcards from online contacts. That could freeze spark if the response is delayed. Also opening a new chat window could be slower than usually while spark is reloading the avatar url from the vcard.
There is already a patch available but we're still testing...