darkhaniop
darkhaniop
Hi again, I implemented the connection tracking and graceful server shutdown procedure that I explained in [issue #1488](https://github.com/python-websockets/websockets/issues/1488#issuecomment-2778939350). ### Server shutdown behavior In the current version, the sync server does...
### [REQUIRED] Environment info **firebase-tools:** 14.11.1 **Platform:** Debian **Node:** 22 ### [REQUIRED] Test case File: **functions/src/feature.local/somethingModule.ts** ```typescript export const value = "some value"; ``` File: **functions/src/index.ts** ```typescript import { onRequest...