Open
Description
Summary
Reading the websocket server implementation here, I noticed that there are no keepAlive processes.
Possible Solution
Instead of directly using makeServer, graphql-ws offers a higher level useServer function, which wraps makeServer with keepAlive processes via a single parameter. If nothing else, its source could be a useful guide:
https://the-guild.dev/graphql/ws/docs/use/ws/functions/useServer
Metadata
Metadata
Assignees
Type
Projects
Status
🐭 Shrew