mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 16:56:33 +00:00
Three bugs: 1. std::mem::forget(generation) leaked the Arc → old threads never stopped on bundle reload. Now stored in a static Mutex; new start() replaces it → old Arc drops → old Weak::upgrade() returns None. 2. CreatePullPoint Address uses namespace prefix (wsa5:Address, a:Address, etc.). Parser only matched plain <Address>. New extract_tag_ns tries common prefixes + fallback regex scan. Also validates address starts with "http" and logs response preview on failure for debugging. 3. Pull failure → immediate resubscribe with no delay → hammers camera. Added 15s backoff after pull failure before resubscribe. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.lock | ||
| Cargo.toml | ||
| prototype.sh | ||