Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Concurrent Sessions #6

Open
ashwindharne opened this issue Dec 4, 2017 · 3 comments
Open

Multiple Concurrent Sessions #6

ashwindharne opened this issue Dec 4, 2017 · 3 comments

Comments

@ashwindharne
Copy link

Hi! I have a question; I'm trying to have multiple sessions running concurrently, but can't seem to figure out how to start them through the ChatInterface UI. I have combed through some of the code and it seems to be implemented, but I can't figure out how to activate it. I see the "addressees" JComboBox at the bottom of the window, but cannot seem to utilize it. Forgive me if there is an obvious method I am missing, but are concurrent sessions supported?

@fmorbini
Copy link
Owner

fmorbini commented Dec 4, 2017 via email

@ashwindharne
Copy link
Author

Hey!

I successfully implemented multiple users, but I was wondering whether any logout functionality(as opposed to the login event) has already been implemented. This is because it is rather resource-hungry and I would like to have Java's garbage collection clean up the unused objects.

Thanks!

@fmorbini
Copy link
Owner

fmorbini commented Jan 20, 2018

Hi, a session gets killed when the policy executes a final operator (one with the final keyword).
i forget if this version cleans up everything, but that is the signal to cleanup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants