SteamedPears / CodeReviewClientMaster

Other
4 stars 3 forks source link

Comet push comments #35

Open spratt opened 12 years ago

spratt commented 12 years ago

We could keep a connection to the server alive to live update comments. This would be hard to scale though.

Gankra commented 12 years ago

We could live update the comment counts. That shouldn't be too big a burden. With the way diffs are set up I definitely don't recommend loading all the comments though. Should only load them when the specific line has been selected.