WyriHaximus / reactphp-child-process-messenger

MIT License
31 stars 14 forks source link

child method never resolves #111

Closed ellisonpatterson closed 1 year ago

ellisonpatterson commented 1 year ago

The Factory::child method returns a promise that is not resolving for me. If I dump the $messenger in the last chain, I see that is was created successfully, but for some reason the promise generated is not resolving, so I never get a resolution.

I can see that the messenger is being created successfully if I dump the variable here: https://github.com/WyriHaximus/reactphp-child-process-messenger/blob/530abc7de0e68aca1ca1d7b892e1f4c5e2c2a326/src/Factory.php#L161-L184

What would I be doing that would prevent it from resolving?

Thank you!

ellisonpatterson commented 1 year ago

I'm dumb, closing!