You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.
after graceNet.StartProcess(), process may exec some cmd. Carrying env variable LISTEN_FDS are unnecessary.
In my process, the cmd is start another grace net process which cause error ERROR: error inheriting socket fd 3: file filetnet listener: getsockopt: socket operation on non-socket
The text was updated successfully, but these errors were encountered:
after
graceNet.StartProcess()
, process may exec some cmd. Carrying env variableLISTEN_FDS
are unnecessary.In my process, the cmd is start another grace net process which cause error
ERROR: error inheriting socket fd 3: file filetnet listener: getsockopt: socket operation on non-socket
The text was updated successfully, but these errors were encountered: