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

Remove connected clients from the user upon logout through the UI button #281

Open
jcocchi opened this issue Nov 4, 2016 · 0 comments
Open
Milestone

Comments

@jcocchi
Copy link
Contributor

jcocchi commented Nov 4, 2016

When logging out through the UI button the call to INotificationService.LogOut() is never made causing the connected clients to never be cleaned up in the database and the user's status not being updated to "offline"

Currently the button will submit a form that does a post request to the Account/Logoff function, determine the best way to add the call, either in the account controller or on the js side

@jcocchi jcocchi added this to the 0.6 milestone Nov 4, 2016
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

1 participant