Skip to content

Commit 6cf860b

Browse files
author
Frank
committed
sync
1 parent f5f753f commit 6cf860b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

github/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,9 @@ async function subscribeSessionEvents() {
461461
let text = ""
462462
;(async () => {
463463
while (true) {
464+
console.log("!@#!@#!@#! reading...")
464465
const { done, value } = await reader.read()
466+
console.log("!@#!@#!@#! read", done, value)
465467
if (done) break
466468

467469
const chunk = decoder.decode(value, { stream: true })

0 commit comments

Comments
 (0)