Skip to content

fix: mv response stream #22

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

fix: mv response stream #22

wants to merge 1 commit into from

Conversation

wiseaidev
Copy link
Member

Related to #19

The issue here is that Dioxus Web expects the data field to be present on the client when deserializing the response object in the panel. To address this, we may need to deploy a new gems WASM client to handle the response processing on the client side, as the stream is being processed within the panel component.

@wiseaidev
Copy link
Member Author

Revisiting this PR, I now realize that I should be using WebSockets to stream responses from the backend to the frontend. I will implement this in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant