Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(relay-client): skeleton of user facing api * feat(relay-client): receiver skeleton * feat(relay-client): retry skeleton * feat(relay-client): send and ask * test(relay-client): setup * test(relay-client): connection test * tests(relay-client): heartbeat, stop and conn attempt tests * tests(relay-client): send and ask tests * tests(relay-client): broken ask retry test * docs(relay-client): add some doc comments * chore(relay-client): change crate name to orb-relay-client * tests(relay-client): e2e reply * chore(relay-client): more error messages * feat(relay-client): prepare support for different type of auth tokens * docs(relay-client): doc comment for SendMessage * chore(relay-client): clippy issues * chore(relay-client): clipppppyyyyy * chore(relay-client): c l i p p y * chore(relay-client): commit hooks plz * fix(relay-client): lack of proper connection attempt backoff * chore: client clones itself instead of passing ref for msg.reply * chore: add tests to github workflow * chore(relay-client): fix fmt * doc(relay-client): update flume receiver doc comments
- Loading branch information