diff options
Diffstat (limited to 'wl/conn.go')
| -rw-r--r-- | wl/conn.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
