sta / sta/websocket-sharp

how do i check if the sender of the message has a value from the behaviour

Open
#678 0 comments 0 reactions 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

So in my behaviour i have

private List<string>? _events

which contains a list of things
in the

protected override void OnMessage(MessageEventArgs e)

how do i check if the sender of the message has a certain one of these and then how would i get a list of id's to be able to send to that also has these I hope this makes sense

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

No file or test is identified. Start by tracing the behavior's protected override OnMessage(MessageEventArgs e) entry point and the private List? _events field; the expected sender matching and recipient-ID result must be clarified before a concrete definition of done is possible.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
15/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.