MachUpskillingFY17 / JabbR-Core

Modern edition of JabbR chat client using .NET Core
MIT License
7 stars 8 forks source link

logout implemented #252

Closed kevinleung23 closed 7 years ago

kevinleung23 commented 7 years ago

TODO: #254

jcocchi commented 7 years ago

Logging out itself seems to work, you can log out any user and log in another user after and messaging in rooms, creating rooms all work fine. But if you log out a user and then try to log that user back in you get a self referencing loop exception on the Clients.Caller.userNameChanged(user) line on chat.cs 92

kevinleung23 commented 7 years ago

PR on hold until we figure out self referencing loop error. #129