Skip to content

Conversation

@dignifiedquire
Copy link
Contributor

@dignifiedquire dignifiedquire commented Dec 3, 2024


let path = args.path;
let (temp_tag, size, collection) = import(path.clone(), db.clone()).await?;
let (temp_tag, size, collection) = import(path.clone(), blobs.store().clone()).await?;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blobs.store() 😭

src/main.rs Outdated

// wait for the endpoint to figure out its address before making a ticket
while endpoint.home_relay().is_none() {
while router.endpoint().home_relay().is_none() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we replace this by using watch_home_relay?

This whole sleep thing is not very nice.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@dignifiedquire dignifiedquire merged commit 29932ee into main Dec 4, 2024
14 checks passed
@dignifiedquire dignifiedquire deleted the iroh-v0-29-0 branch December 4, 2024 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants