Skip to content

SignalR TS HttpConnection._resolveUrl fails if URL starts with "ws+unix:" (area-signalr) #51185

@sschultze

Description

@sschultze

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

If I, in a Node.js SignalR client, try to establish a connection to a ws+unix: URL (named pipes or Unix domain sockets), a "Cannot resolve" error is thrown in HttpConnection._resolveUrl.

If I change the _resolveUrl method so that it accepts any URL, everything works perfectly fine.

Expected Behavior

The HttpConnection._resolveUrl should accept URLs that start with ws+unix: (no check for forward slashes!) and leave them unchanged.

Steps To Reproduce

No response

Exceptions (if any)

No response

.NET Version

8.0.100-rc.1.23463.5

Anything else?

ASP.NET Core 8.0.0-rc.1.23421.29

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-signalrIncludes: SignalR clients and servers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions