Skip to content

v3.2.7

Choose a tag to compare

@mijahauan mijahauan released this 17 Dec 10:51
· 156 commits to main since this release

Added

  • ChannelMonitor: New service that provides automatic recovery from radiod restarts. It monitors registered channels and automatically invokes ensure_channel to restore them if they disappear.
    • Usage: monitor = ChannelMonitor(control); monitor.start(); monitor.monitor_channel(...)