Multi connection to websocket?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I have problem with multi connection to websocket.
My web socket is implemented:
var chat= new Chat();
var wssv = new WebSocketServer(8181, false);
wssv.AddWebSocketService("/Chat", () => chat);
wssv.Start();
SO we have websocket
"ws://myip:8181/Chat";
The first PC1 connect -> Web socket (OK)
But PC2 connect to Web socket (Fail).
So how can i implement multi connection to websocket?
Thanks,
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 report uses WebSocketServer, Chat, AddWebSocketService("/Chat"), and port 8181; start by reproducing the PC1/PC2 connection sequence with that example and inspect the server's connection handling. Done requires a specific supported multi-client behavior and a verified fix or documented configuration, but the issue does not currently define either.
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
- 25/100