Remove unused code for handling reconnect interval
This commit is contained in:
@@ -1629,9 +1629,6 @@ export async function requestChatDataMain(arg:requestDataArgument, model:'model'
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(e.type === 'reconnect-interval'){
|
|
||||||
//TODO: handle reconnect interval
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
const reader = res.body.getReader()
|
const reader = res.body.getReader()
|
||||||
while(true){
|
while(true){
|
||||||
|
|||||||
Reference in New Issue
Block a user