mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-26 19:05:17 +00:00
d97c0886e7
- 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.