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:
parent
57656a59c8
commit
646a84323b
1 changed files with 0 additions and 1 deletions
|
@ -122,7 +122,6 @@ class GetDependencyGraphHandler : WebSocketListener {
|
||||||
// Respond to the request
|
// Respond to the request
|
||||||
sendWebsocketCommand(s.remote, RemoteDependencyData.GetDependenciesData.NAME, result,
|
sendWebsocketCommand(s.remote, RemoteDependencyData.GetDependenciesData.NAME, result,
|
||||||
errorMessage = result.errorMessage)
|
errorMessage = result.errorMessage)
|
||||||
s.close()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onWebSocketText(message: String?) {
|
override fun onWebSocketText(message: String?) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue