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 mutex support for Resty V3 #822

Closed
wants to merge 2 commits into from
Closed

Conversation

tttturtle-russ
Copy link

This PR is to fix #812. Add a RWMutex to Client and change replace every public property with an exported method. Meanwhile, to pass the retry test, I increase the maxRetryWaitTime to pass the test.

Copy link
Member

@jeevatkm jeevatkm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tttturtle-russ For v3, you have to use branch main and create PR against branch main. For more info, refer to v3 dev notes - #720

For example: HostURL deprecation is already removed on the branch main.

@jeevatkm jeevatkm added the v3 For resty v3 label Aug 18, 2024
@tttturtle-russ
Copy link
Author

Oh, I see. I will change to the main branch.

@tttturtle-russ
Copy link
Author

I will close this PR and reopen a new PR based on main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 For resty v3
Development

Successfully merging this pull request may close these issues.

Client: Add Read-Write Mutex to struct to make all the client properties thread-safe
2 participants