MirrorNetworking / MirrorNetworking/Telepathy

客户端收到多条回复信息。

Open
#110 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
1.2k
Forks
141
PR merge metrics
No merged PRs in 30d

Description

图片
我在使用时出现了服务器发送了一次消息,但 客户端在OnData收到多条信息的情况。我把 state.receivePipe.TryDequeue();方法放到 OnData?.Invoke(message); 之前可以避免这个问题。
这么做会出现其他问题吗?或者有其他更好的解决方法?

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 reproducing the reported case where one server message causes multiple client OnData callbacks. Inspect the receivePipe.TryDequeue() call and its ordering relative to OnData?.Invoke(message). Done means a single server message produces the intended client callback behavior without introducing other receive-pipeline problems.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
networking
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.