Open turicas opened 11 years ago
After connecting, if we try to start a pipeline with PipelineManager.start and for some reason Client can't receive the reply from Router (Client.get_api_reply method), it'll hang forever.
PipelineManager.start
Client
Router
Client.get_api_reply
pypln.web tests are being affected by this behaviour.
After connecting, if we try to start a pipeline with
PipelineManager.start
and for some reasonClient
can't receive the reply fromRouter
(Client.get_api_reply
method), it'll hang forever.pypln.web tests are being affected by this behaviour.