Fix concurrent connection issues in wsssht daemon mode
- Implement thread-based concurrent connection handling - Fix segmentation fault caused by shared static variables - Each connection now gets its own WebSocket tunnel and resources - Replace global tunnel management with per-thread instances - Add proper cleanup for individual connection threads - Allow multiple SSH sessions to connect simultaneously to the same port
Showing
This diff is collapsed.
Please
register
or
sign in
to comment