Skip to content

Commit 7fb7916

Browse files
e5lCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <[email protected]>
1 parent 09ee228 commit 7fb7916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commonMain/kotlin/io/modelcontextprotocol/kotlin/sdk/client/SSEClientTransport.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ public class SseClientTransport(
8888

8989
endpoint.await()
9090
} catch (e: Exception) {
91-
initialized.store(false)
9291
closeResources()
92+
initialized.store(false)
9393
throw e
9494
}
9595
}

0 commit comments

Comments
 (0)