livechat / chat-window-ios

Embeding LiveChat mobile chat window in iOS application
MIT License
24 stars 31 forks source link

No thread isolation #89

Open djipsy6 opened 3 years ago

djipsy6 commented 3 years ago

Hi, we just installed LiveChat SDK in our iOS App. But we have an issue: When we log in to our app using Person A, then logout and log back in with Person B, Person B can see chat transcript of Person A. Isn't there a property to set in order to identify or resume each thread. Something like LiveChat.threadId = UNIQUE_CLIENT_ID. Thanks for clarifying us.