Fork + RabbitMq #46
Unanswered
FlaviuRadulescu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using RabbitMq as a queuing system. The problem I have is that after I do
Fork::new() ->run(...$runnable)
the code disconnects from the queuing system. What could be the problem and how can I overcome it? Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions