filamoon / pyapollo

Python client for Ctrip's Apollo.
Apache License 2.0
194 stars 94 forks source link

Update apollo_client.py #5

Closed sunguangran closed 6 years ago

sunguangran commented 6 years ago

adjust refresh code

sunguangran commented 6 years ago

优化调整了_long_poll和_http_get_cached的触发时机。_long_poll只有在_notification_map有变动时出发才有意义,_http_get_cached在所获取namespace在本地缓存中不存在时调用才有意义~

filamoon commented 6 years ago

对不起,您这第二个commit我没办法接受

filamoon commented 6 years ago

if namespace not in self._cache 分支的long_poll 也是需要的,当有多个NS的时候