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 4b9d907 commit f4e6795Copy full SHA for f4e6795
controller/api/destination/syncronized_get_stream.go
@@ -71,5 +71,5 @@ func (s *synchronizedGetStream) Start() {
71
}
72
73
func (s *synchronizedGetStream) Stop() {
74
- s.done <- struct{}{}
+ close(s.done)
75
0 commit comments