co-dan / interactive-diagrams

Interactive-diagrams
39 stars 2 forks source link

Sending requests to the same worker too quickly resluts in an error #11

Closed co-dan closed 10 years ago

co-dan commented 10 years ago

If you send a request to a worker before the previous request has not been fully completed (?) you can get an error:

Deserialization error: ConversionException "length\ntoo few bytes\nFrom:\tdemandInput\n\n"
co-dan commented 10 years ago

It turns out the worker process is hitting the memory limit and this is basically the same problem as in https://github.com/co-dan/interactive-diagrams/issues/8