gracefully stop WS connection

This commit is contained in:
Siwat Sirichai 2025-01-11 01:29:07 +07:00
parent d5e0ebbe9d
commit af26c1477c
2 changed files with 130 additions and 66 deletions

View file

@ -1,5 +1,7 @@
{
"poll_interval_ms": 100,
"max_streams": 5,
"target_fps": 2
"target_fps": 2,
"reconnect_interval_sec": 5,
"max_retries": 3
}