Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Active state callback

Compare
Choose a tag to compare
@jakobr-google jakobr-google released this 02 Oct 07:40
· 115 commits to master since this release
  • Added an onActiveStateChanged callback to Connection, which is invoked when the connection changes state from idle to active or from active to idle. This can be used to implement an idle connection timeout.