You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/services/src/session/manager.ts
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,17 @@ import { ServerConnection } from '../serverconnection';
15
15
16
16
import{Session}from'./session';
17
17
18
+
/**
19
+
* We have a session manager that maintains a list of models from the server.
20
+
* Separately, we have a list of running sessions maintained by the DefaultSessions
21
+
*
22
+
* Perhaps we have *one* list of models, with a separate possible session connection for each model.
23
+
*
24
+
* Also, we should be able to modify the session information without a session connection - that's just a server request, and doesn't require a kernel connection.
0 commit comments