- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 140
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
push function not property explained #372
Comments
example: Let's say i have app_topic_chat PubSub route in my yaml file:
My push action for that topic will be something like this:
If you use let's say ZMQ pusher then your topic MUST implement
And that interface will force you to add new method in your topic handler
|
thank you stipic. but by all this, i cant send a message to specific user and only receive default broadcast like
how can i sent msg from my controller to pusher? i try (like this)
and i get
|
need more explaine about "push" function. i cant undrestant this line
please review the readme.md
The text was updated successfully, but these errors were encountered: