这是indexloc提供的服务,不要输入任何密码
Skip to content

use binary encoding #6

@github-actions

Description

@github-actions

// 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()

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions