sta / sta/websocket-sharp

Unable to connect to the server by ipv6.

Open
#503 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
6.1k
Forks
1.7k
PR merge metrics
No merged PRs in 30d

Description

I have a server with the necessary data for the player.
The server has settings for ipv4 and ipv6.

When I tested app in ipv4, I have connection with server and everything worked fine.
But for ipv6 I received an error message: sock closed 1006.

When I tested the server through the client, the connection was successful for ipv6 and ipv4.

I'm trying to connect to the server using the format: "ws://" + ip + ":" + port.

I am new to this issue and I will be glad to any tips.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no source files, tests, or entry points. Start by reproducing the WebSocket connection with the reported IPv6 address and compare it with the working IPv4 connection and client test; done means identifying a reproducible cause and confirming that the IPv6 connection no longer closes with error 1006.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.