Add robust fallback mechanism with timeout-based initialization
- Wrapped initial fit logic in comprehensive try-catch with multiple fallback strategies - Added timeout-based fallback (2 seconds) to ensure terminal always gets initialized - Enhanced error handling to prevent blank terminal on initialization failure - Added cleanup of fallback timeout when WebSocket connects successfully - Maintains all existing functionality and improves reliability Bump version to 0.3.30 Generated by Mistral Vibe. Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "textual-webterm"
|
||||
version = "0.3.29"
|
||||
version = "0.3.30"
|
||||
description = "Serve terminal sessions over the web"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user