Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

IPv6 #16

@oshere1111

Description

@oshere1111

new EngineIOClientOption(EngineIOScheme.http, "localhost", 1009)));
so i tried using a remote (on local network) pc on local ipv4 ir worked perfectly
but when i tried to switch to ipv6 (same port) its shows error like this ones:
System.UriFormatException: Invalid URI: Invalid port specified.
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
at System.Uri..ctor(String uriString)
at System.Net.WebRequest.Create(String requestUriString)
at EngineIOSharp.Client.Transport.EngineIOPolling.CreateRequest(EngineIOHttpMethod Method)
at EngineIOSharp.Client.Transport.EngineIOPolling.Request(EngineIOHttpMethod Method, Object EncodedPacket, Action`1 ErrorCallback)

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