I have been testing Applozic for a few days, and everything works perfectly. But I've encountered a strange behavior:
- a recently logged user can not receive messages until he opens the
ConversationActivity, after that (with ConversationActivity on screen
or not), all new messages are shown like notificacionts or using
MessageDatabaseService(context).getTotalUnreadCount()
p.e. - If the recently user logged not enter in ConversationActivity, all
new messages appears like not delivered in dashboard, and any request
like
getTotalUnreadCount()
orgetLatestMessagesGroupByPeople()
will return no results. In this cases the app is active and I have check that logout is not called
I hope I explained well, thanks in advance