Skip to content

Conversation

@matheus23
Copy link
Member

No description provided.

@matheus23 matheus23 self-assigned this Nov 20, 2025
@vercel
Copy link

vercel bot commented Nov 20, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
iroh-computer Ready Ready Preview Comment Nov 20, 2025 2:07pm

recv_tasks.wait().await;
conn.close(0u32, b"Thank you!");

}

Choose a reason for hiding this comment

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

Suggested change
}
while let Ok(recv) = conn.accept_uni().await? {
recv_tasks.spawn(handle_response(recv));
}
recv_tasks.wait().await;
conn.close(0u32, b"Thank you!");
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: 🏗 In progress

Development

Successfully merging this pull request may close these issues.

3 participants