Skip to content

OperationCanceledException from Microsoft.Azure.SignalR.ServiceConnection when app restarts #1777

@vicancy

Description

@vicancy

Describe the bug

Facing OperationCanceledException from Microsoft.Azure.SignalR.ServiceConnection specially during every deployment or webapp restart or sometimes we have seen this exception coming even when deployment or restart is not done.

And further there are 2 subtypes :

  1. Error while skipping handshake response
  2. Error while processing messages

The operation was canceled.

Exception:
System.OperationCanceledException: The operation was canceled.
at System.Threading.CancellationToken.ThrowOperationCanceledException()
at System.IO.Pipelines.Pipe.GetReadAsyncResult()
at System.IO.Pipelines.Pipe.DefaultPipeReader.GetResult(Int16 token)
at Microsoft.Azure.SignalR.ServiceConnection.SkipHandshakeResponse(ClientConnectionContext connection, CancellationToken token)

Solution

we can silently fail the connection instead of throwing out the exception

To Reproduce

Exceptions (if any)

Further technical details

  • Your Azure SignalR SDK version
  • Your Server ASPNETCORE version or Assembly version of Microsoft.AspNetCore.SignalR
  • Your SignalR Client SDK version

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