I am trying to make grpc server a daemon by forking a child and making it 
exit. But after that the client handshake starts to fail.

E0307 01:15:58.221786152   27094 handshake.c:128]            Security 
handshake failed: 
{"created":"@1488878158.221756436","description":"Handshake read 
failed","file":"src/core/lib/security/transport/handshake.c","file_line":237,"referenced_errors":[{"created":"@1488878158.221740996","description":"FD
 
shutdown","file":"src/core/lib/iomgr/ev_epoll_linux.c","file_line":948}]}

This happens if fork() is called after the call to BuildAndStart(). If the 
same fork is done before BuildAndStart() everything works fine.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/1d59f06c-bdad-4a00-9f01-1abcd59a7cbc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to