mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-03-30 20:15:40 +00:00
- Introduced a new MultitestSession dataclass to manage active multitest sessions per user, enhancing concurrency handling. - Replaced global variables with session-specific attributes to track listening duration, collected paths, and target packet hashes. - Updated message handling logic to check active sessions and prevent race conditions during multitest execution. - Enhanced path collection and RF data scanning to be user-specific, improving accuracy and logging for each session. - Implemented execution locks to ensure thread safety during multitest command execution.