Notebook server shutdown error (#3976)

* fix #3959 - Notebook shutdown error

* Removing the unit test case to stopserver from clientSession
This commit is contained in:
Raj
2019-02-08 13:51:00 -08:00
committed by GitHub
parent 0b6aedfc93
commit 7dd32ed44b
2 changed files with 0 additions and 22 deletions

View File

@@ -305,10 +305,6 @@ export class ClientSession implements IClientSession {
if (this._session && this._session.id) {
await this.notebookManager.sessionManager.shutdown(this._session.id);
}
let serverManager = this.notebookManager.serverManager;
if (serverManager) {
await serverManager.stopServer();
}
}
/**