-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
So many web sockets connections :) Could you elaborate what do you mean by multi sessions? Theia has a session only on frontend, on backend you can use connection (session) scoping to instantiate services only within this connection. You should be able to have such service which establish then websocket connection to Net. On connection scoping: https://github.com/eclipse-theia/theia/blob/master/packages/core/src/node/messaging/connection-container-module.ts#L35-L73 |
Beta Was this translation helpful? Give feedback.
So many web sockets connections :) Could you elaborate what do you mean by multi sessions? Theia has a session only on frontend, on backend you can use connection (session) scoping to instantiate services only within this connection. You should be able to have such service which establish then websocket connection to Net. On connection scoping: https://github.com/eclipse-theia/theia/blob/master/packages/core/src/node/messaging/connection-container-module.ts#L35-L73