-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Hi Sir,
I am implementing the Bayeux Protocol via your library in situations where I have a failover implementation on the server side but I have a single virtual IP address I interact with. Therefore, when the server fails over I encounter a TCP reset and after that I need to renegotiate the connection. However, from my client side, I don't receive anything indicating that the TCP reset occurred. When I look at the debug output I see that your library encountered the System.Net.WebException and this would be useful for my client to be notified of. How do I get access to this exception or at least get an error notification in my client when using this protocol to know that I should re-negotiate the handshake and subscription? Is it possible to get access to this exception or get an error reported back to me for it?
Thank you.