We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b94bb7 commit 2af8be4Copy full SHA for 2af8be4
livekit-android-sdk/src/main/java/io/livekit/android/room/SignalClient.kt
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2023-2025 LiveKit, Inc.
+ * Copyright 2023-2026 LiveKit, Inc.
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -190,7 +190,7 @@ constructor(
190
suspendCancellableCoroutine { cont ->
191
// Wait for join response through WebSocketListener
192
joinContinuation = cont
193
- //When a coroutine is canceled, WebSocket must be interrupted.
+ // When a coroutine is canceled, WebSocket must be interrupted.
194
cont.invokeOnCancellation {
195
LKLog.w { "connect cancelled, abort websocket" }
196
currentWs?.cancel()
0 commit comments