Closed sheikhrashid closed 6 years ago
Try search changes in your code to localize this issue, in current Q-municate version it works fine. Maybe your cache don't contains user with this id or other ways.
It doesn't works first time as there is no cache there. By the way I have solved that by getting QMUser from different method.
QMUserService.getInstance().getUserCache().get((long)userId);
This was working fine. Suddenly it has stopped working and it is returning null. Please help me out.