Can not receive PROBE presences anymore?

Issue #140 invalid
Vitaly Takmazov created an issue

May be I miss something, but after upgrade to 0.8.0 my ExternalComponent does not receive PROBE presences

Comments (5)

  1. Christian Schudt repo owner

    Hm, and other presence types work? There's nothing which checks for "probe" presences. Do you have any logs or code?

  2. Vitaly Takmazov reporter

    Found the cause - probe presence received before component is authenticated, component silently drops it and change status to INITIAL

  3. Christian Schudt repo owner

    Seems like there's an exception somewhere, if status is reset to INITIAL. Do you have any stacktrace? I wouldn't mind, if you could send a pull request.

  4. Vitaly Takmazov reporter

    Status change listener receive exceptions and they must be handled there, otherwise component silently did not work

  5. Log in to comment