ansys / pydpf-core

Data Processing Framework - Python Core
http://dpf.docs.pyansys.com/
MIT License
67 stars 25 forks source link

Fix connecting StreamsContainer as input or output of Operator or Workflow when InProcess #1739

Closed PProfizi closed 2 weeks ago

PProfizi commented 2 weeks ago

The StreamsContainer cannot currently be instantiated or manipulated for a remote server via gRPC.

It looks like it is by design but I do not see why that would be.

This prevents from running a script working when InProcess, on a gRPC type server, if it contains any StreamsContainer instance.

We do for example have operators which take a StreamsContainer as input or provide one as output. Those can't be fed back into other operators.