Skip to content

Commit 30d9896

Browse files
daymxnncooke3
andauthored
Update FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
Co-authored-by: Nick Cooke <[email protected]>
1 parent 34f4275 commit 30d9896

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
@@ -105,7 +105,7 @@ actor LiveSessionService {
105105
/// If there's any issues while sending the message, details about the issue will be logged.
106106
///
107107
/// Since messages are queued syncronously, they are sent in-order.
108-
public func send(_ message: BidiGenerateContentClientMessage) {
108+
func send(_ message: BidiGenerateContentClientMessage) {
109109
messageQueueContinuation.yield(message)
110110
}
111111

0 commit comments

Comments
 (0)