You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 messagemsg received but no match in subscriptions
will still show.The text was updated successfully, but these errors were encountered: