This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Active state callback
- Added an
onActiveStateChanged
callback toConnection
, 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.