fix(tapbundle_serverside): allocate a free port when starting SmartStorage

This commit is contained in:
2026-05-08 11:38:07 +00:00
parent d75189251b
commit 6704807c15
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 2026-05-08 - 3.6.5 - fix(tapbundle_serverside)
allocate a free port when starting SmartStorage
- Updates TapNodeTools.createSmartStorage() to resolve an available port starting from 3003 before launching SmartStorage
- Avoids startup failures and port conflicts caused by always binding SmartStorage to the fixed port 3003
## 2026-05-08 - 3.6.4 - fix(tapbundle_serverside)
use native fs promises to create the test files directory and write the downloaded alpine tarball