-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Line 469 in 1978143
| // TODO: use binary encoding |
loop {
select! {
Ok(msg) = node.outbound_rx.recv() => {
// TODO: use binary encoding
if let Ok(json) = serde_json::to_vec(&msg) {
let publish = node.swarm
.behaviour_mut()