Skip to content

HubConnectionManager doesn't retry to perform an initial connection when server does not exist #10

Description

@dealproc

The scenario is:

SignalR Server is down for upgrade/maintenance
Client tries to connect to SignalR Server initially.

workaround:
wrap _HubConnectionManager.Initialize(); in a try...catch... block that squelches the error.

Wondering if this is the best case, or if we should squelch it within the HubConnectionManager class itself?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions