Open api-haus opened 3 years ago
This package breaks usage of IncomingMessage as AsyncIterator. Including libraries like: got.
for await (const chunk of request)
Leads to:
TypeError: Cannot read property 'readable' of undefined
Leaving there just to save time for people searching for this issue.
I was able to solve this by switching to nock's version of vcr/replay Nock Back
Nock Back
https://github.com/nock/nock#nock-back
We switched to Pollyjs.
This package breaks usage of IncomingMessage as AsyncIterator. Including libraries like: got.
Leads to:
Leaving there just to save time for people searching for this issue.