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

Add handshake event monitoring #148

Merged
merged 1 commit into from
Jun 25, 2019
Merged

Add handshake event monitoring #148

merged 1 commit into from
Jun 25, 2019

Conversation

jollyjoker992
Copy link
Contributor

According the changes in v4.3.0, we have new socket monitoring events following:

  • ZMQ_EVENT_HANDSHAKE_FAILED_NO_DETAIL: unknown errors during handshake.
  • ZMQ_EVENT_HANDSHAKE_SUCCEEDED: Handshake completed with authentication.
  • ZMQ_EVENT_HANDSHAKE_FAILED_PROTOCOL: Protocol errors with peers or ZAP.
  • ZMQ_EVENT_HANDSHAKE_FAILED_AUTH: Failed authentication requests.

We need to support these events for monitor on handshake actions.

@pebbe pebbe merged commit ca08abf into pebbe:master Jun 25, 2019
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

Successfully merging this pull request may close these issues.

2 participants