Getting data result from client
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 6.1k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
protected override void OnMessage (MessageEventArgs e)
{
Send("Testing");
//Console.writeline("result data getting from client");
}
Hi,
I'm trying to do get a data while sending message. On above i added a row which is getting data from m client. Right now i can only send message. What i am want is for example i will send two numbers and sum them on client side and return that result on above that line i just wrote. //Console.writeline("result data getting from client");
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 from the OnMessage override shown in the issue and read the websocket-sharp client and server message-handling paths. Determine how a message is sent and how its response is received, then verify the example where two numbers are sent, summed, and the result is returned to the caller.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100