how do i check if the sender of the message has a value from the behaviour
Open
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
- 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
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