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

chore(gui-client): Bubble panics from connlib in the IPC service to error dialogs in the GUI #5046

Closed
ReactorScram opened this issue May 20, 2024 · 1 comment · Fixed by #5098
Assignees
Labels
area/tauri_client The Windows and Linux Tauri GUI clients needs triage Issues opened by the public or need further labeling

Comments

@ReactorScram
Copy link
Collaborator

ReactorScram commented May 20, 2024

Refs #5027, the leading hypothesis is that DNS fails, then we panic, Tokio catches that panic, and we should at least log it in the IPC service's logs, but it would be even better to have the GUI show something to the user.

@ReactorScram ReactorScram added needs triage Issues opened by the public or need further labeling area/tauri_client The Windows and Linux Tauri GUI clients labels May 20, 2024
@ReactorScram ReactorScram self-assigned this May 20, 2024
@ReactorScram
Copy link
Collaborator Author

If we stringify them on the IPC service side this can work. The error types themselves are not serializable in general

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tauri_client The Windows and Linux Tauri GUI clients needs triage Issues opened by the public or need further labeling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant