We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2519ae + 8cd3b00 commit f18a476Copy full SHA for f18a476
1 file changed
cli-plugins/socket/socket.go
@@ -65,6 +65,7 @@ func ConnectAndWait(cb func()) {
65
_, err := conn.Read(b)
66
if errors.Is(err, io.EOF) {
67
cb()
68
+ return
69
}
70
71
}()
0 commit comments