Change8

@astrojs/node@10.0.4

📦 astroView on GitHub →
🐛 2 fixes🔧 1 symbols

Summary

This patch release addresses critical stability issues by fixing file descriptor leaks and resolving an infinite loop scenario during client directory resolution.

🐛 Bug Fixes

  • Fixed file descriptor leaks from read streams that were not destroyed on client disconnect or read errors.
  • Fixed an infinite loop in resolveClientDir() when the server entry point is bundled with esbuild or similar tools; the function now throws a descriptive error instead of hanging indefinitely when the expected server directory segment is not found in the file path.

Affected Symbols