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 6332009 commit bba76c6Copy full SHA for bba76c6
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -117,7 +117,8 @@ actor LiveSessionService {
117
close()
118
// we launch the setup task in a seperate task to avoid blocking the parent context
119
setupTask = Task { [weak self] in
120
- // we need a continuation to surface that the setup is complete, while still allowing us to listen to the server
+ // we need a continuation to surface that the setup is complete, while still allowing us to
121
+ // listen to the server
122
try await withCheckedThrowingContinuation { setupContinuation in
123
// nested task so we can use await
124
Task { [weak self] in
0 commit comments