Skip to content

Commit

Permalink
Merge pull request #220 from chuntaojun/fix_issue_219
Browse files Browse the repository at this point in the history
[ISSUE #219] fix:修复服务列表监听可能导致OOM
  • Loading branch information
sak0 authored Dec 4, 2024
2 parents 726cb98 + 4e743a2 commit 9b3ceed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flow/watch_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (w *WatchEngine) longPullAllServices(
Value: latestServices.GetValue(),
Revision: latestServices.GetRevision(),
HashValue: latestServices.GetHashValue(),
}, nil), nil
}, w.CancelWatch), nil
}

func (w *WatchEngine) WatchAllInstances(
Expand Down

0 comments on commit 9b3ceed

Please sign in to comment.