Doc WebSocket keep-alive requirement
Open
help wanted
Type: Documentation
- Dominant language
- C#
- Stars
- 9.6k
- Forks
- 933
- Avg merge
- 12d 18h
- Merged PRs (30d)
- 2
Description
100s is the default activity timeout to close idle requests. Without this timeout the proxy would be subject to resource leaks as it can be very difficult to detect disconnects without ongoing traffic.
WebSocket or application level keep-alives are required to keep an idle WebSocket from being closed by the proxy. These can be enabled on either the client or server (not the proxy).
Contributor guide
Assessment
This issue has not been assessed yet.