davidstump / SwiftPhoenixClient

Connect your Phoenix and iOS applications through WebSockets!
MIT License
506 stars 146 forks source link

Heartbeat timer leeway #233

Closed ejensen closed 1 year ago

ejensen commented 1 year ago

This PR adds an option to specify the heartbeat timer’s leeway. Timer leeway enables system flexibility for when a timer fires - increasing the ability of the system to optimize for increased power savings and responsiveness.

dsrees commented 1 year ago

Nice addition. Thanks for fixing all of my typos