Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fetch mesh data on-demand #3585

Open
mkundu1 opened this issue Dec 18, 2024 · 1 comment
Open

Fetch mesh data on-demand #3585

mkundu1 opened this issue Dec 18, 2024 · 1 comment
Labels
enhancement New feature or request. Feature work invariably requires testing-team involvement

Comments

@mkundu1
Copy link
Contributor

mkundu1 commented Dec 18, 2024

Seems to be possible via the scheme function (stream-mesh-data-to-grpc-channel). We can have an rpc just to return the mesh data (can be streamed response).

Currently, mesh data is streamed via a "continous streaming" rpc.

We also need to get this working in solver mode.

@mkundu1 mkundu1 added the enhancement New feature or request. Feature work invariably requires testing-team involvement label Dec 18, 2024
@mkundu1
Copy link
Contributor Author

mkundu1 commented Dec 20, 2024

Apparently the scheme function above doesn't work, it sends out empty arrays.

@mkundu1 mkundu1 changed the title Fetch mesh data on-demand in meshing mode Fetch mesh data on-demand Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. Feature work invariably requires testing-team involvement
Projects
None yet
Development

No branches or pull requests

1 participant