mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
add close routine
This commit is contained in:
parent
a5711bc1dd
commit
8cb94006c7
1 changed files with 2 additions and 1 deletions
|
|
@ -217,7 +217,8 @@ public class ZeppelinHubRepo implements NotebookRepo {
|
|||
|
||||
@Override
|
||||
public void close() {
|
||||
//websocketClient.stop();
|
||||
websocketClient.stop();
|
||||
restApiClient.close();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Reference in a new issue