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 956942e commit 319ebc2Copy full SHA for 319ebc2
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -128,7 +128,7 @@ actor LiveSessionService {
128
/// Cancel any running tasks and close the websocket.
129
///
130
/// This method is idempotent; if it's already ran once, it will effectively be a no-op.
131
- public func close() {
+ func close() {
132
setupTask.cancel()
133
responsesTask?.cancel()
134
messageQueueTask?.cancel()
0 commit comments