Closed knocte closed 10 years ago
I've updated the PR to remove the move of the Update() methods but still delay some things a bit more.
ping? :)
I couldn't decide yet if backgrounding the commands is good or bad...
I think it's not bad in any case.
So it depends on the protocol implementation, but none of the possibilities is bad IMO.
Methods are usually by design synchronous, so the code afterwards can continue on a known state. In this case I think it should not do harm, as the contract would be between user supplied commands AND the protocol manager's connect implementation. And in this case there should be no relation in either way.
Ammended PR to account for concerns raised.
This avoids these commands to load before the main/default Twitter-backend chatviews open.