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

kubo/client/rpc: use error channels #9974

Closed
lidel opened this issue Jun 19, 2023 · 0 comments · Fixed by #10527
Closed

kubo/client/rpc: use error channels #9974

lidel opened this issue Jun 19, 2023 · 0 comments · Fixed by #10527
Labels
topic/rpc-api Issues related to Kubo RPC API at /api/v0

Comments

@lidel
Copy link
Member

lidel commented Jun 19, 2023

See ipfs/interface-go-ipfs-core#62 (comment)

@lidel lidel added the topic/rpc-api Issues related to Kubo RPC API at /api/v0 label Jun 19, 2023
gammazero added a commit that referenced this issue Sep 30, 2024
Asynchronous functions should return errors over channels instead of embedding the error in the result type.

Closes #9974
gammazero added a commit that referenced this issue Nov 20, 2024
Asynchronous functions should return errors over channels instead of embedding the error in the result type.

Closes #9974
gammazero added a commit that referenced this issue Nov 27, 2024
Asynchronous functions should return errors over channels instead of embedding the error in the result type.

Closes #9974
gammazero added a commit that referenced this issue Nov 27, 2024
Asynchronous functions should return errors over channels instead of embedding the error in the result type.

Closes #9974
gammazero added a commit that referenced this issue Dec 3, 2024
Asynchronous functions should return errors over channels instead of embedding the error in the result type.

Closes #9974
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic/rpc-api Issues related to Kubo RPC API at /api/v0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant