-
Notifications
You must be signed in to change notification settings - Fork 47
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
onEntry not getting hit #31
Comments
@laclance In your
Please let me know how you get on. |
Hi @simonhamp! I'm having the same problem, here is my config: .env config/boradcasting.php
rconfig/atchet.php
config/zmq.php
|
Hey! I think I've found the solution! Just use \ZMQ::SOCKET_PUSH and \ZMQ::SOCKET_PULL instead of \ZMQ::SOCKET_PUB and \ZMQ::SOCKET_SUB on your zmq config. Also make sure that your zmq method is \ZMQ::SOCKET_PULL on config/ratchet.php |
Ah I think I’ve bumped into that before too. I think it’s some config of ZMQ but I haven’t had chance to dig into it. So for now it’s best to use Thanks for looping back with your solution @pablor21 |
Hi I followed the setup instructions but my onEntry function is not getting hit and I can see my event in my log file:
zmq.publish {"channel":"import-export","payload":"{\"event\":\"Fastacademy\\\\AwezaTMS\\\\Events\\\\ProgressUpdated\",\"payload\":{\"row_num\":100,\"socket\":null}}"}
RatchetServer
ratchet.php
zmq.php
The text was updated successfully, but these errors were encountered: