diff --git a/src/main/kotlin/com/beust/kobalt/app/remote/GetDependencyGraphHandler.kt b/src/main/kotlin/com/beust/kobalt/app/remote/GetDependencyGraphHandler.kt index 4acb5d9c..96e8658c 100644 --- a/src/main/kotlin/com/beust/kobalt/app/remote/GetDependencyGraphHandler.kt +++ b/src/main/kotlin/com/beust/kobalt/app/remote/GetDependencyGraphHandler.kt @@ -122,7 +122,6 @@ class GetDependencyGraphHandler : WebSocketListener { // Respond to the request sendWebsocketCommand(s.remote, RemoteDependencyData.GetDependenciesData.NAME, result, errorMessage = result.errorMessage) - s.close() } override fun onWebSocketText(message: String?) {