Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
4.0.0
Description
`createSimpleWorker()` method in `PythonWorkerFactory` does not return if the worker fails to connect back to the server.
This is because it calls accept() without a timeout. If the worker does not connect back, accept() waits forever.
See PR for the fix.