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

[BUG] Config listener doesn't execute when querying result is config doesn't exist #711

Open
robynron opened this issue Jan 12, 2024 · 0 comments

Comments

@robynron
Copy link
Contributor

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.
image
image

可以看到,当ConfigQueryResponseisSuccessfalse时,会直接返回,不执行listener逻辑。


As you can see, when isSuccess of ConfigQueryResponse is false, it simply returns without executing the listener logic.

What did you expect to see?

ConfigQueryResponseisSuccessfalse时,仍会执行listener逻辑。


When isSuccess of ConfigQueryResponse is false, the listener logic is still executed.

What did you see instead?

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

No branches or pull requests

1 participant