Still Receiving Status Updates even after calling remove friends

Options
Hi,

this.listener.OnStatusUpdate(user, status, gotMessage, message);
is still being called for the user id, even when not subscribed to that user id anymore, by using 'public bool RemoveFriends(string[] friends)'

Comments

  • UNITY VERSION: 2018.4.7f1
    PUN: 2.18.1 and Photon lib: 4.1.4.1
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @mohit_mittal,

    Maybe the status update was sent before friend removal?
    Maybe friend removal failed? (check return value?)

    Do you see any warning or error in the logs?

    Are you able to reproduce this 100% or the issue pops up from time to time?

    If you have minimal repro steps just share them.
  • @JohnTube

    Never mind, its working correctly, maybe I was doing something wrong that time, Its working perfectly.

    Thanks.
  • JohnTube
    JohnTube ✭✭✭✭✭
    Options
    Hi @mohit_mittal,

    Thank you for the update.
    I'm glad it's all working as expected now.