Unable to connect to the server by ipv6.
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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