Files
speckle-server/packages
Iain Sproat 93b970dc07 fix(graphql websocket): keep alive websocket connections if idle (#2720)
- if no data is being sent on a websocket connection then it was closed by nginx after 60s
- it is assumed to be better to keep alive the connection than have the overhead of closing and re-establishing the connection every 60s
2024-08-21 14:54:00 +02:00
..