mirror of
https://github.com/threefoldtech/mycelium.git
synced 2026-05-14 03:15:08 +00:00
a0e6560add
Also add timeout to the send/recv channel. The mobile API returns `Vec<String>` instead of `Result<T, Error>` because the current rust bridge method can't support `Result<T, Error>`. For it to be supported, we need to change the bridging method, which may not worth it for now.