We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21e972 commit 33c250dCopy full SHA for 33c250d
src/repository/index.ts
@@ -132,8 +132,7 @@ export default class Repository extends EventEmitter implements EventEmitter {
132
this.segments = new Map();
133
this.eventSource = eventSource;
134
if (this.eventSource) {
135
- // on first connect it replicates the fetch from the start() call.
136
- // On re-connect it guaranteed catching up with the latest state.
+ // On re-connect it guarantees catching up with the latest state.
137
this.eventSource.addEventListener('unleash-connected', (event: { data: string }) => {
138
// reconnect
139
if (this.initialEventSourceConnected) {
0 commit comments