📎Understanding App Process

How App works

TL;DR The app connects to Discord's Gateway and updates the user's rich presence.

A More Detailed Explanation

The app uses Long Running Background services which maintains Websocket connections to send rich presence data. This process runs until the rpc is switched off by user or when the device goes to sleep.

Rpc runs on Threads with a 15second interval to send pings to Discord' Gateway to keep the connection alive.

Last updated