decentralized-identity / decentralized-identity/didcomm-rs
Error type is not sync + Send
Open
enhancement
good first issue
- Dominant language
- Rust
- Stars
- 53
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
The Error type can not be sent between thread because of the [`Other`](https://github.com/decentralized-identity/didcomm-rs/blob/main/src/error.rs#L51) variant is a trait object.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.