xuezier / egg-apollo-client

16 stars 6 forks source link

watch not work #17

Closed webaifei closed 3 years ago

webaifei commented 3 years ago

startNotification->remoteConfigServiceSkipCache

 if (response.isJSON() || response.statusCode === 304) {
            if (response.data) {
                this.setEnv(response.data);
                // 这里没有触发 this.emit('config.updated', response.data);
            }
            return response.data;
        }
webaifei commented 3 years ago

已经提了PR 到 apollo-client仓库