Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to create ZMQ RPC server - interrupted system call #19

Closed
hhaim opened this issue Aug 17, 2022 · 2 comments
Closed

Failed to create ZMQ RPC server - interrupted system call #19

hhaim opened this issue Aug 17, 2022 · 2 comments

Comments

@hhaim
Copy link
Contributor

hhaim commented Aug 17, 2022

	if err != nil {
		errStr := fmt.Sprintf("Failed to create ZMQ RPC server - %v", err.Error())
		log.Fatalln(errStr)

It is a valid to get this error, need to add a few reties with sleep

while ( ) {
  rc = socket.Bind()
  zmq_errno () != EINTR) 
}

@hhaim
Copy link
Contributor Author

hhaim commented Aug 17, 2022

@hhaim
Copy link
Contributor Author

hhaim commented Sep 11, 2022

soleved

@hhaim hhaim closed this as completed Sep 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant