suryahota1
Results
1
comments of
suryahota1
I faced exactly same issue and tried this solution. Works for me. Ijust replaced for await (let data of defaultChannel) { console.log("Received data, data); } with const iterator = defaultChannel[Symbol.asyncIterator]();...