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
v2.2.5
v2.2.3.1
go version
go 1.21
MACOS
If possible, provide a recipe for reproducing the error.
可以看到,当ConfigQueryResponse的isSuccess是false时,会直接返回,不执行listener逻辑。
ConfigQueryResponse
isSuccess
false
listener
As you can see, when isSuccess of ConfigQueryResponse is false, it simply returns without executing the listener logic.
当ConfigQueryResponse的isSuccess是false时,仍会执行listener逻辑。
When isSuccess of ConfigQueryResponse is false, the listener logic is still executed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What version of nacos-sdk-go are you using?
v2.2.5
What version of nacos-sever are you using?
v2.2.3.1
What version of Go are you using (
go version
)?go 1.21
What operating system (Linux, Windows, …) and version?
MACOS
What did you do?
If possible, provide a recipe for reproducing the error.
可以看到,当
ConfigQueryResponse
的isSuccess
是false
时,会直接返回,不执行listener
逻辑。As you can see, when
isSuccess
ofConfigQueryResponse
isfalse
, it simply returns without executing thelistener
logic.What did you expect to see?
当
ConfigQueryResponse
的isSuccess
是false
时,仍会执行listener
逻辑。When
isSuccess
ofConfigQueryResponse
isfalse
, thelistener
logic is still executed.What did you see instead?
The text was updated successfully, but these errors were encountered: