1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-25 16:07:12 -07:00

GITHUB-IDEA-77: Don’t close the web socket.

Fixes https://github.com/cbeust/kobalt-intellij-plugin/issues/77.
This commit is contained in:
Cedric Beust 2017-04-03 10:22:48 -07:00
parent 57656a59c8
commit 646a84323b

View file

@ -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?) {