Skip to content

Bug: --relay disabled option doesn’t work #107

@alx0x10

Description

@alx0x10

When running:

sendme send --relay disabled /anyfolder/

the command hangs forever at line 709:

let _ = router.endpoint().home_relay().initialized().await;

Since there’s no relay, home_relay().initialized().await never resolves.

It should probably skip waiting for a relay when --relay disabled is used.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions