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

Feat: Adding custom listener with StartWithListener #162

Merged
merged 2 commits into from
Aug 26, 2023

Conversation

ShivanshVij
Copy link
Member

Description

This PR allows users to add a custom listener to start frisbee servers.

Fixes #155

Type of change

Please update the title of this PR to reflect the type of change. (Delete the ones that aren't required).

  • New feature (non-breaking change which adds functionality) [title: 'feat:']

Final Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings
  • I have signed-off my commits with git commit -s (see the developer's certificate of origin)

@ShivanshVij ShivanshVij merged commit 91589ea into staging Aug 26, 2023
7 checks passed
@ShivanshVij ShivanshVij deleted the 155-custom-listener branch August 26, 2023 23:02
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.

Allow custom net.Listener
1 participant