ws upgrade response not 101
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
HttpServer htsv;
public SZWebSocketServer()
{
htsv = new HttpServer("http://" + ConfigManager.Instance.config.frontserver.http.addr);
htsv.AddWebSocketService<UserBehavior>("/ws");
htsv.WaitTime = new TimeSpan(0,0,0,int.Parse(ConfigManager.Instance.config.frontserver.http.timeout));
htsv.Start();
}
as client i use ue4 websocket. the connect function always return "ws upgrade response not 101"
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
Start with the SZWebSocketServer constructor and its HttpServer setup, then reproduce the connection using the UE4 WebSocket client at /ws. Inspect the upgrade response and related server configuration. Done means the client receives an HTTP 101 WebSocket upgrade response; the report does not identify a test or a more specific failure location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, unreal-engine
- Domain
- networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100