Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(client): Wraps inbox prefix in an
Arc
The goal of the `Client` struct was to be a clonable handle. However, the struct contained a bare string that was cloned each time. In apps that clone the client regularly, this lead to quite a few allocations. This is a non-breaking change purely internal to the client Signed-off-by: Taylor Thomas <taylor@cosmonic.com>
- Loading branch information