Skip to content

Commit e51cc63

Browse files
committed
Add bug for session resumption
1 parent 465006e commit e51cc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ actor LiveSessionService {
205205
"The server sent a message that we don't currently have a mapping for: \(response)"
206206
)
207207
}
208-
// TODO: (b/xxx) When we get the goingAway message (and auto session resumption is enabled) then call `connect` again
208+
// TODO: (b/444045023) When we get the goingAway message (and auto session resumption is enabled) then call `connect` again
209209
}
210210
} catch {
211211
if let error = error as? WebSocketClosedError {

0 commit comments

Comments
 (0)