NAMD / pypelinin

Python library to distribute jobs and pipelines among a cluster
3 stars 5 forks source link

Client hangs when lost connection to Router #47

Open turicas opened 11 years ago

turicas commented 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.

pypln.web tests are being affected by this behaviour.