Commit Graph

2 Commits

Author SHA1 Message Date
Giacomo Pasini 7124639b60
Rework Relay to expose OutboundRelay on connect (#2)
* Rework Relay to expose OutboundRelay on connect

This simplifies the implementation and enforces a correct usage
of the channel by exposing send methods only after a successful
connection.

* update tests
2022-10-25 11:34:53 +02:00
Giacomo Pasini cc20ecc918
Add waku-chat example (#1)
* add waku-chat example

* clippy happy

* update dependencies

* remove unneeded tokio features

* use separate thread for stdin

* only build on linux

Co-authored-by: Giacomo Pasini <giacomo@status.im>
2022-10-24 13:21:39 +02:00