Open Aviksaikat opened 12 months ago
Version: v3.0.0, bee: 1.17. Confirm the stuck for the code:
const topicHash = bmtHashString(topic)
const id = getId(topicHash, epoch.time, epoch.level)
const socWriter = connection.bee.makeSOCWriter(wallet.privateKey)
return socWriter.upload(connection.postageBatchId, id, data)
As per the docs uploading chunks is not returning anything and is stuck for hours. I have tried to run the test from bee-js as well but same result.