Update tick-fixer-for-mac to v2.0.0#10615
Conversation
jonathangarelick
commented
Feb 16, 2026
- Uses UDP instead of ICMP to keep wifi radio awake
- Adds optional tick tracking UI (off by default)
- Adds more configuration options
|
This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed. Internal use only: Reviewer details Maintainer details |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24a5a63 to
69945a5
Compare
|
You've changed your When a user changes the target host config and it fails to resolve, the user is not informed and the the service keeps pinging the old host. It's probably a good idea to inform the user through a chat message, or pausing/disabling the keepalive thread or something. I don't like your In WifiKeepaliveThread's shutdown, don't await termination in the scheduler. Thanks for making the overlay off by default |
|
@pajlada Updated, thanks. |
|
Could you move your resolving logic to WifiKeepaliveThread's executor? Essentially what I'd like is for there to be no blocking logic on RuneLite's client or RuneLite threads. |
|
Updated, thanks. |
|
Thanks for your patience |