Unverified Commit e2b62bab authored by Niklas Adolfsson's avatar Niklas Adolfsson Committed by GitHub
Browse files

[ws client]: background error reporting to frontend (#234)



* implement background error reporting

* introduce new error variant

* [ws client]: remove `Clone`

Breaking change which removes the `Clone` on the `WsClient`.
It's better that users explictly makes it clone if that's desired,
for example by putting it in `Arc<Mutex>`.

* fix build

* Update ws-client/src/client.rs

* remove unused arc

* Update ws-client/src/client.rs

Co-authored-by: default avatarDavid <[email protected]>

* Update ws-client/src/client.rs

Co-authored-by: default avatarDavid <[email protected]>

* Update ws-client/src/client.rs

Co-authored-by: default avatarDavid <[email protected]>

* fix rustdoc link

Co-authored-by: default avatarDavid <[email protected]>
parent 7eac1f56
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment