We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ProviderGroup innew = differentValue.rightValue();
shoule be
ProviderGroup innew = differentValue.leftValue();
if you start LocalBoltClientMain first,and then start LocalBoltServerMain, you can find client not find server,the reason is this bug
The text was updated successfully, but these errors were encountered:
sofastack#218 fix LocalRegistry notifyConsumer bug
a8ae530
@huangyunbin Thanks! please pr your changes to branch 5.4, we will merge it.
Sorry, something went wrong.
sofastack#218 add notifyConsumerTest
dba9878
sofastack#218 format
485f718
Incorrectly provider list notified when scanning file changes.
4b4b1da
Fix #218
No branches or pull requests
shoule be
if you start LocalBoltClientMain first,and then start LocalBoltServerMain, you can find client not find server,the reason is this bug
The text was updated successfully, but these errors were encountered: