I'm facing this issue that a connection is getting closed intermittently between 10sec~40sec.
more info: aspnet/SignalR#2411
- Open
index.html
- Press
Connect
- Notes: Manually you need to reconnect.
- Signalr Javascript client :
1.0.0
- Server-Side NuGet Packages:
1.0.0
- Signalr Server is running on Kubernetes cluster of:
4 instances
- Kubernetes: using
ingress with ngnix
- Operating System on the Server:
Linux
- Operating System on the Client:
Windows
- Host:
AWS
- Browser on the client:
Chrome
If you need additional info do not hesitate to contact me.
This sample was copied from Signalr Official Samples