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

Error types are not Send & Sync #129

Open
pragmatrix opened this issue Nov 26, 2024 · 1 comment
Open

Error types are not Send & Sync #129

pragmatrix opened this issue Nov 26, 2024 · 1 comment

Comments

@pragmatrix
Copy link
Contributor

Hi,

I'd like to use the realtime API and the first roadblock is that the error types are not Send + Sync, which breaks compatibility with anyhow. I'll wrap the errors for now, but thought you should know. Tell me if you'd like me to provide a PR or if you plan to introduce custom errors anyway.

@dongri
Copy link
Owner

dongri commented Nov 26, 2024

@pragmatrix Thank you!
Please give me a pull request. Thanks!

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 a pull request may close this issue.

2 participants