How to connect to Socket IO room ?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
How can connect to a room on socket IO
I can connect to a socket IO server using the code
ws = new WebSocket("ws://192.168.0.45:3030/socket.io/?EIO=2&transport=websocket");
ws.Connect();
And how can I get a particular message ( like socket.on('eventName', { }) in JS ) ?
Also how can use timeout, autoconnect, max retries ?? @zzattack @sta @jhovgaard @davidburhans @Liryna
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 by checking the websocket-sharp client usage shown in the issue against the Socket.IO URL and protocol. The issue does not name any repository files or tests; completion would require a documented answer covering room connections, event messages, timeouts, autoconnect, and retry limits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 18/100