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 34f4275 commit 30d9896Copy full SHA for 30d9896
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -105,7 +105,7 @@ actor LiveSessionService {
105
/// If there's any issues while sending the message, details about the issue will be logged.
106
///
107
/// Since messages are queued syncronously, they are sent in-order.
108
- public func send(_ message: BidiGenerateContentClientMessage) {
+ func send(_ message: BidiGenerateContentClientMessage) {
109
messageQueueContinuation.yield(message)
110
}
111
0 commit comments