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

How to make sure a received message's topic is match in subscriptions? #120

Open
gileschen opened this issue Apr 9, 2021 · 0 comments
Open

Comments

@gileschen
Copy link

public function message($msg) is used to process a received topic.
There is variable called $found and set to false when it is declaration.
However, the variable does not been set to true when call_user_func is called.
Even call_user_func is called, the debug message msg received but no match in subscriptions will still show.

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