Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serve files over p2p #2523

Merged
merged 3 commits into from
May 30, 2024
Merged

Serve files over p2p #2523

merged 3 commits into from
May 30, 2024

Conversation

oscartbeaumont
Copy link
Contributor

@oscartbeaumont oscartbeaumont commented May 30, 2024

This PR implements the ability to serve the contents of files over P2P. This is used within the app for quick preview.

It's worth noting that files and thumbnails are handled differently and this PR does not cover thumbnails (refer to #2524 for it).

Not for merge: Although the P2P code in this PR works an issue with sync is breaking it in the real world. Will fix in a follow up PR.

Copy link

vercel bot commented May 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
relay_test ❌ Failed (Inspect) May 30, 2024 1:56pm
spacedrive-landing ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2024 1:56pm
spacedrive-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 30, 2024 1:56pm

@oscartbeaumont oscartbeaumont added this pull request to the merge queue May 30, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 30, 2024
@oscartbeaumont oscartbeaumont merged commit 0392c78 into main May 30, 2024
11 of 13 checks passed
@oscartbeaumont oscartbeaumont deleted the 05-30-serve_files_over_p2p branch May 30, 2024 14:07
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.

3 participants