[world-vercel] Revert stream control framing (stable)#1892
[world-vercel] Revert stream control framing (stable)#1892VaguelySerious merged 2 commits intostablefrom
Conversation
|
🧪 E2E Test Results❌ Some tests failed Summary
❌ Failed Tests🌍 Community Worlds (83 failed)mongodb (11 failed):
redis (7 failed):
turso (65 failed):
Details by Category✅ ▲ Vercel Production
✅ 💻 Local Development
✅ 📦 Local Production
✅ 🐘 Local Postgres
✅ 🪟 Windows
❌ 🌍 Community Worlds
✅ 📋 Other
|
TooTallNate
left a comment
There was a problem hiding this comment.
Straight revert of the unreleased #1790 control-frame work to make way for the cleaner frame-counting approach in #1847. The diff matches expectations: control-frame constants and helpers (STREAM_CONTROL_FRAME_SIZE, parseStreamControlFrame), the reconnect loop in readFromStream, and all related tests are removed; nothing else is touched. Since #1790 hadn't shipped to npm there's no compatibility surface to worry about.
This reverts commit 5ef9ac2 from #1790 (not released to npm yet)