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/misc updates #121

Merged
merged 3 commits into from
Mar 5, 2024
Merged

Conversation

HunnySajid
Copy link
Collaborator

@HunnySajid HunnySajid commented Mar 4, 2024

}, []);

useEffect(() => {
if (vendorData) {
checkInitialConnection();
Copy link
Collaborator Author

@HunnySajid HunnySajid Mar 4, 2024

Choose a reason for hiding this comment

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

@rodolfomiranda The error Lance discussed about could be due to this. checkInitialConnection was being called twice. Initially and then after setting vendorData.
There was a race condition between this second call and fetchIdentifiers call. I tried to reproduce that but it is not happening after this fix.

@rodolfomiranda rodolfomiranda merged commit 6d2e770 into WebOfTrust:main Mar 5, 2024
@HunnySajid HunnySajid deleted the feat/misc-updates branch March 5, 2024 17:19
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.

2 participants