SignalR client.start() function blocked after keepalive timeout error #627
-
Hello!
After random amount of time (3, 5 , 11 hours...) I get keepalive timeout error. In logs I see that TCP connection is closed, but function client.start() still blocked, it never ends. Loop is never finished and that's why program not creating a new client instance after error.
I've tried running it with and without timeout (in SignalRClient), but the function remains locked. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, I'm really not sure what causes this and how to fix it at this stage. I've never seen this error myself, and it's the first time it has been reported. |
Beta Was this translation helpful? Give feedback.
I've opened #628 to track this as an issue.