xcode-discord-rpc
xcode-discord-rpc copied to clipboard
A simple Discord Rich Presence client for Xcode
## Summary - implement adaptive backoff in `XcodeState` - increase sleep duration when Xcode/Discord aren't running - reset multiplier when activity resumes - improve backoff logic with saturating multiply ##...
Hello! Thank you for your RPC, it's awesome I can design new icons for files like this: https://imgur.com/a/ENK13Ge
### Prerequisites - [x] I have searched for [existing issues](https://github.com/izyuumi/xcode-discord-rpc/issues) that already report this problem, without success. ### Version 1.3.0 ### Current Behavior After closing xcode, the rich presence is...
The check_idle function was never returning the control to the main loop so the process was getting stuck in the function. The bug should be fixed I hope.