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 6553b5a commit 8b32ed4Copy full SHA for 8b32ed4
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -226,7 +226,7 @@ actor LiveSessionService {
226
// TODO: (b/444045023) When auto session resumption is enabled, call `connect` again
227
AILog.debug(
228
code: .liveSessionGoingAwaySoon,
229
- "Session expires in: \(message.goAway.timeLeft ?? 0)"
+ "Session expires in: \(message.goAway.timeLeft?.timeInterval ?? 0)"
230
)
231
}
232
0 commit comments