vibetunnel/web/scripts
Mario Zechner 52feefddf2 fix: Prevent duplicate notifications and improve latency
- Only use file watcher if no direct notifications are available
- Remove unnecessary deduplication logic
- Clean up logging for direct notifications
- Wait 100ms to detect if we're getting direct notifications before
  starting file watcher (for cross-process scenarios)

This should eliminate duplicate broadcasts and improve latency for
server-created sessions while maintaining compatibility with fwd.ts

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-22 20:36:30 +02:00
..
build-ci.js fix: Add CI-specific build script to skip native executable build 2025-06-22 07:34:59 +02:00
build.js Add logic to use custom node compiler 2025-06-22 11:53:15 +02:00
clean.js Reorganize server structure for clarity 2025-06-21 16:44:56 +02:00
copy-assets.js Fix cross-platform build issues in web package 2025-06-19 01:43:27 +02:00
dev.js Reorganize server structure for clarity 2025-06-21 16:44:56 +02:00
ensure-dirs.js Fix cross-platform build issues in web package 2025-06-19 01:43:27 +02:00
latency-measure.js fix: Prevent duplicate notifications and improve latency 2025-06-22 20:36:30 +02:00
latency-test.js feat: Optimize file watching for lower latency streaming 2025-06-22 20:18:57 +02:00
stress-test-terminal.js feat: Optimize file watching for lower latency streaming 2025-06-22 20:18:57 +02:00