Simon Schubert
Simon Schubert
Thanks for adding these references. Thinking about it - shouldn't the "add to front of queue" option cover the newest-first behavior? I.e.: - "add to front" enabled: episodes are downloaded...
Do you mean the user manually adds the episode to the queue? I didn't think we were talking about this at all - this issue is about auto download of...
This issue is about which episodes to download first. I think more generic queue order concerns should go into a different issue.
Okay, let's fix the issue at hand then: my sequential podcasts are downloaded/queued out of sequence. "Enqueue at Front" is disabled. #1298 provides a simple fix that makes my problem...
If two episodes of a podcast are both downloaded and added to the queue (automatically), but happen to appear out of sequence, it is easy to switch their order. If...
I guess this should go in a separate example.
can we merge this with #756?
@muralisrini I believe this is because a QUERY is racing a previous INIT, and the second QUERY decides to send an INIT again. https://github.com/hyperledger/fabric/blob/master/core/chaincode/chaincode_support.go#L395 The problem seems to be that...
This should be addressed by #1392 and can be closed.
Transactions can be lost.