Closed GoogleCodeExporter closed 9 years ago
No enough description to understand the issue.
Original comment by jmauffret@gmail.com
on 12 May 2014 at 11:51
Original comment by jmauffret@gmail.com
on 12 May 2014 at 11:52
Chat session which are created are saved in a list using method
ChatServiceImpl.addChatSession(number, sessionApi) which is getting called in
openSingleChat() method of ChatServiceImpl.java class. This take contact number
as the key based on which the sessions are getting stored in the list.
But while removing these sessions in ChatImpl.java class the method
ChatServiceImpl.removeChatSession(session.getContributionID()) is getting
called with wrong arugument and because of which the keys are not matching and
session are not getting removed and remains in the list.
Original comment by stc....@gmail.com
on 14 May 2014 at 8:59
I reopen the issue.
Original comment by jmauffret@gmail.com
on 16 May 2014 at 9:59
Original comment by jmauffret@gmail.com
on 20 May 2014 at 10:14
Original issue reported on code.google.com by
stc....@gmail.com
on 5 May 2014 at 7:09