aboutsummaryrefslogtreecommitdiffhomepage
path: root/wl/conn.go
diff options
context:
space:
mode:
Diffstat (limited to 'wl/conn.go')
-rw-r--r--wl/conn.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/wl/conn.go b/wl/conn.go
index 82c0587b..1a7cba65 100644
--- a/wl/conn.go
+++ b/wl/conn.go
@@ -94,6 +94,7 @@ func bindRawConn(done chan struct{}, rc syscall.RawConn, p, appID, instanceID st
// keep socket alive until done is requested
<-done
+ runtime.KeepAlive(syncPipe[1].Fd())
}); err != nil {
setupDone <- err
}