-
v1.1.11 Stable
released this
2026-08-19 02:11:32 +00:00 | 2 commits to main since this releaseChangelog
Changed
- remove unused broadcastToSession export (#45)
Removed
broadcastToSessionfromserver/plugins/websocket.js— an exported but never-imported, never-called dead-code function. Its dependencies (getSessionConnections,addSessionConnection,removeSessionConnection) are retained since they remain actively used for per-session connection tracking within the plugin.
Notes
- Full repository search confirms zero remaining references to
broadcastToSession. - ESLint passes; full test suite passes (50 files, 406 tests).
Closes #40
Installation
Downloads