-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix: fix writing to blob store when also calculating content hash #370
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great, that does just what we need. I've been meaning to do some cleanup of this code, so I added that here - I felt like the existing code was a little hard to understand because of the writeFile abstraction, and was inefficient because of serial writes
Also switched to streamx since that's what we're using elsewhere for streams |
* fix/local-peers: new tests for duplicate connections fixed fake timers implementation for tests send invite to non-existent peer fix stream close before channel open fix: handle duplicate connections to LocalPeers fix: fix writing to blob store when also calculating content hash (#370) integrate icon plugin into MediaServer (#369) chore: Add debug logging (#373)
Closes #368
Honestly a super naïve attempt but hoping it does the main thing.