We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f9332 commit 4e097c6Copy full SHA for 4e097c6
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