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

Changed the Connect() method API #7

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

matthieugusmini
Copy link
Contributor

@matthieugusmini matthieugusmini commented Apr 17, 2023

  • Edited the Connect() method so it doesn't take a context as argument since it was a bit misleading with the presence of the Close() method. Also removed the for loop on the isReady field since it was doing heavy CPU operations.
  • Updated the documentation quite a bit
  • Added a GitHub action workflow to run the linter on the project
  • Renamed some configuration fields to follow the official reference documentation

@matthieugusmini matthieugusmini added the enhancement New feature or request label Apr 17, 2023
@matthieugusmini matthieugusmini self-assigned this Apr 17, 2023
@matthieugusmini matthieugusmini added the fix Repaired something label Apr 17, 2023
@matthieugusmini matthieugusmini marked this pull request as ready for review April 17, 2023 10:13
Matthieu` added 3 commits May 10, 2023 19:18
- Edited the Connect() method so it doesn't take a context as argument since it was a bit misleading with the presence of the Close() method. Also removed the for loop on the isReady field since it was doing heavy CPU operations.
- Updated the documentation quite a bit
- Added a GitHub action workflow to run the linter on the project
- Renamed some configuration fields to follow the official reference documentation
Added a comment on the WithLogger option.
Added a context to the parameter list to handle cancellation since we removed the timeout from the configuration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fix Repaired something
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants