const reader = (await conn.incomingUnidirectionalStreams.getReader().read()).value.getReader();while(true) { try { const msg = await reader.read(); }catch(e) { console.error(e); }}
NotConnected: connection lost at async Object.pull (ext:deno_web/06_streams.js:941:27) { name: "NotConnected", code: "ENOTCONN"}error: Uncaught (in promise) Error: timed out