We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 465006e commit e51cc63Copy full SHA for e51cc63
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -205,7 +205,7 @@ actor LiveSessionService {
205
"The server sent a message that we don't currently have a mapping for: \(response)"
206
)
207
}
208
- // TODO: (b/xxx) When we get the goingAway message (and auto session resumption is enabled) then call `connect` again
+ // TODO: (b/444045023) When we get the goingAway message (and auto session resumption is enabled) then call `connect` again
209
210
} catch {
211
if let error = error as? WebSocketClosedError {
0 commit comments