pfibiger / grumblechat

Grumble Chat: Free web based chat for Google Appengine
http://pfibiger.github.com/grumblechat/
Apache License 2.0
22 stars 7 forks source link

properly handle case where since_message winds up as None #54

Open jmuhlich opened 13 years ago

jmuhlich commented 13 years ago

(message.py) Due to eventual consistency, the ?since message might not exist yet on a given DS node. If this happens (since_message is None), interpret it as "no new messages". A future ping will eventually pick up any new messages, whether the lagging DS node catches up, or another up-to-date node happens to be queried.