Presence not picking up user leave events?

The issue is that the presence leave event is triggered when the process dies. But the process itself is subscribed to this information, so you can’t really do anything in that process, because it is already dead. If there was a separate process listening for those events, it should work just fine.

2 Likes