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 d1d878a commit e3fb8e8Copy full SHA for e3fb8e8
FirebaseAI/Sources/Types/Internal/Live/LiveSessionService.swift
@@ -293,7 +293,7 @@ actor LiveSessionService {
293
/// Creates a websocket pointing to the backend.
294
///
295
/// Will apply the required app check and auth headers, as the backend expects them.
296
- private func createWebsocket() async throws -> AsyncWebSocket {
+ private nonisolated func createWebsocket() async throws -> AsyncWebSocket {
297
let urlString = switch apiConfig.service {
298
case .vertexAI:
299
"wss://firebasevertexai.googleapis.com/ws/google.firebase.vertexai.v1beta.LlmBidiService/BidiGenerateContent/locations/us-central1"
0 commit comments