sta / sta/websocket-sharp

How to connect to Socket IO room ?

Open
#531 1 comment 1 reaction 0 assignees View on GitHub

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.