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

Noisy actor termination #56

Closed
mavam opened this issue Aug 15, 2012 · 3 comments
Closed

Noisy actor termination #56

mavam opened this issue Aug 15, 2012 · 3 comments
Labels

Comments

@mavam
Copy link
Collaborator

mavam commented Aug 15, 2012

When a remote actor disconnects, libcppa prints on the console:

Connection reset by peer [errno = 104]

Could we get rid of this output? :-)

@Neverlord
Copy link
Member

Sure. I have just forgotten to remove the debugging output.

@mavam
Copy link
Collaborator Author

mavam commented Aug 15, 2012

Here is another one after CTRL+C'ing my application:

 ..middleman.cpp:667: critical error: 'select() failed'

@Neverlord
Copy link
Member

Well, that's no debug output. The middleman calls abort() if select() fails and it prints the message to let the developer know why its application crashed. However, I'm not quite sure why select() fails in case of CTRL+C, so I cannot tell you how to prevent getting this message.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants