stricklandrbls commented on issue #1230:
URL: 
https://github.com/apache/daffodil-vscode/issues/1230#issuecomment-3185796853

   @shanedell The session count process flow is as follows
   
   #### Omega Edit Session Info
   Omega Edit exports server related API calls, including a 
`getServerHeartbeat()` function which returns on object that contains a 
`sessionCount` property.
   
   The `sessionCount` property is obtained from an instantiation of an 
`EditorClient` class associated with an omega edit client operating on a 
specified hostname and port number. This class contains a member function for 
obtaining the session count of the sessions the client is handling.
   
   With that being said, multiple sessions on the same host:port pointing to 
the same file is associated with a single session. Likewise, if the same file 
is loaded into the Data Editor on separate ports then it would be considered 
multiple sessions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to