fowode / pychess

Automatically exported from code.google.com/p/pychess
GNU General Public License v3.0
0 stars 0 forks source link

delaying getting player and games lists delays player notifications #805

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I don't think that asking for the player lists and game lists should be delayed 
until the user clicks the respective tabs. This causes notifications that 
depend on players being detected online like "Joe who you have an adjourned 
game with is online" to be delayed unnecessarily or not be shown at all. They 
should only be delayed for a few seconds or not delayed at all.

Original issue reported on code.google.com by mattgatto on 4 Aug 2013 at 8:16

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 9137e71597fa.

Original comment by gbtami on 4 Aug 2013 at 6:33

GoogleCodeExporter commented 9 years ago
You are right. And now players and games lists handling happens in helper 
connection in a different thread, no reason to delay it anymore.

Original comment by gbtami on 4 Aug 2013 at 6:36