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
UmlDisposeClientSessionActionHandler will only react to DisposeClientSessionAction explicitly sent by the Client to dispose the GLSP/ModelServer connection. If the client disconnects without sending this action (e.g. because the browser tab is closed), UmlDisposeClientSessionActionHandler will never be invoked.
We should refactor this class and implement ClientSessionListener#sessionClosed instead
The text was updated successfully, but these errors were encountered:
UmlDisposeClientSessionActionHandler will only react to
DisposeClientSessionAction
explicitly sent by the Client to dispose the GLSP/ModelServer connection. If the client disconnects without sending this action (e.g. because the browser tab is closed), UmlDisposeClientSessionActionHandler will never be invoked.We should refactor this class and implement ClientSessionListener#sessionClosed instead
The text was updated successfully, but these errors were encountered: