Skip to content

Commit 319ebc2

Browse files
daymxnncooke3
andauthored
Update FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent 956942e commit 319ebc2

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
@@ -128,7 +128,7 @@ actor LiveSessionService {
128128
/// Cancel any running tasks and close the websocket.
129129
///
130130
/// This method is idempotent; if it's already ran once, it will effectively be a no-op.
131-
public func close() {
131+
func close() {
132132
setupTask.cancel()
133133
responsesTask?.cancel()
134134
messageQueueTask?.cancel()

0 commit comments

Comments
 (0)