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 listener level events #15

Merged
merged 4 commits into from
Dec 8, 2021
Merged

add listener level events #15

merged 4 commits into from
Dec 8, 2021

Conversation

wasaga
Copy link
Contributor

@wasaga wasaga commented Dec 8, 2021

Summary

adds listener level events

    // listener is up; peer_addr would not be set
    CONNECTION_STATUS_LISTENING = 5;
    // listener is closed; peer_addr would be set
    CONNECTION_STATUS_CLOSED = 6;

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@wasaga wasaga requested a review from a team as a code owner December 8, 2021 17:18
@wasaga wasaga merged commit b0c87dd into main Dec 8, 2021
@wasaga wasaga deleted the wasaga/listener-events branch December 8, 2021 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants