oysterprotocol / oyster-streamable

Streamable implementation of the Oyster protocol. WIP!
4 stars 0 forks source link

[Streamable] The chunk immediately after the metadata chunk is always different on beta from what it is on alpha #54

Closed rfornea closed 5 years ago

rfornea commented 5 years ago

To reproduce:

  1. Go to oysterstorage.com.
  2. Open dev tools.
  3. Do a very small upload.
  4. Look in the network tab at the chunk with index 1 that gets sent to alpha.
  5. Look in the network tab at the chunk with index 1 that gets sent to beta.
  6. Notice that their data fields are different.

This does not seem to happen with any other chunk except the one immediately following the metadata. It also doesn't seem to be causing any critical problems since files still download fine.

rfornea commented 5 years ago

To clarify I mean the actual chunk with the index of 1. So the second chunk when sent to alpha or the next-to-last when sent to beta.