Skip to content

Conversation

kffl
Copy link
Owner

@kffl kffl commented Aug 10, 2022

This PR implements lib API improvements as described in #20.

Changes made to the lib API:

  • Start() is no longer blocking. It will either unblock as soon as the proxy starts listening or return an error if proxy startup fails;
  • Stop() waits for all proxy connections to close before returning.

Resolves #20

kffl added 3 commits August 10, 2022 11:03
BREAKING CHANGE: Start() is no longer blocking, Stop() waits for all proxy connections to close before returning. Refer to the upgrade guide in the `lib` package README for additional details.
@kffl kffl added this to the v1 Release milestone Aug 10, 2022
@kffl kffl changed the title feat: lib API improvements feat!: lib API improvements Aug 10, 2022
@kffl kffl merged commit a4e38c6 into master Aug 10, 2022
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.

lib API improvements
1 participant