web socket not realeising corretcly after some error in server from VS2010
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
web socket not connected from VS2010 project.
during testing, after I got some errors debug,
when tring to connect from chrome , the client the onopen event is not fired,
and the javascript is pending.
1.
in server,is there a command to release completely, and start again ?
so client can connect immediately wothout waiting ?
can we create some log on web server, to see what cause errors ?
2.
how to handle in socket.send string as utf-8 ?
- after some error , how is the procedure to continue listen as web server,
and get next message ?
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
No files, tests, or entry points are identified. Start by reproducing the VS2010-to-Chrome connection failure after a server error, then inspect server error handling, connection cleanup, logging, and UTF-8 message handling; done means the server can continue accepting messages and the client reconnects without indefinite pending state.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100