rapiz1 / rathole

A lightweight and high-performance reverse proxy for NAT traversal, written in Rust. An alternative to frp and ngrok.
Apache License 2.0
9.8k stars 488 forks source link

fix: use unbounded channels in `config_watcher` #127

Closed rapiz1 closed 2 years ago

rapiz1 commented 2 years ago

use unbounded channels in config_watcher to avoid potential thread blocking