Skip to content

Catching System.Net.WebException Exceptions?? #17

@naikvi

Description

@naikvi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions