We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f753f commit 6cf860bCopy full SHA for 6cf860b
1 file changed
github/index.ts
@@ -461,7 +461,9 @@ async function subscribeSessionEvents() {
461
let text = ""
462
;(async () => {
463
while (true) {
464
+ console.log("!@#!@#!@#! reading...")
465
const { done, value } = await reader.read()
466
+ console.log("!@#!@#!@#! read", done, value)
467
if (done) break
468
469
const chunk = decoder.decode(value, { stream: true })
0 commit comments