zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

Make sure SOAP calls are async #295

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. remove from list a contact
2.
3.

What is the expected output? What do you see instead?
when I try to remove from list a contact, the program is not responding

What version of the product are you using? On what operating system?
Galaxium messenger v0.7.4.1 on Ubuntu 8.04

Original issue reported on code.google.com by maillart...@gmail.com on 18 Jul 2008 at 11:31

GoogleCodeExporter commented 9 years ago
If you leave it running does it start responding again after a while (couple of
minutes)? It could be that the SOAP request is timing out.

Could you provide the output from the debug window or from a terminal when this 
happens.

Original comment by paulburt...@gmail.com on 18 Jul 2008 at 1:32

GoogleCodeExporter commented 9 years ago
At the beginning, it display "request is timing out" but after restart the 
computer
it works. I think it was because I was offline in msn. There is no problem now, 
sorry
for my report.

Original comment by maillart...@gmail.com on 19 Jul 2008 at 1:17

GoogleCodeExporter commented 9 years ago
does this bug need any more work? paul, phil?

Original comment by ben.motm...@gmail.com on 9 Dec 2008 at 11:15

GoogleCodeExporter commented 9 years ago
Well, I think all of the SOAP calls should be made async so that they don't 
block the
UI. The SOAP classes all implement Begin* and End* methods for this, but some 
parts
of the app don't make use of them.

Original comment by paulburt...@gmail.com on 9 Dec 2008 at 11:48

GoogleCodeExporter commented 9 years ago

Original comment by dra...@gmail.com on 20 May 2009 at 2:55