Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebSocket] 看見其他玩家加入/離開 #154

Closed
ricksu978 opened this issue Aug 20, 2023 · 0 comments
Closed

[WebSocket] 看見其他玩家加入/離開 #154

ricksu978 opened this issue Aug 20, 2023 · 0 comments
Assignees

Comments

@ricksu978
Copy link
Member

eventBus.boardcast(msg)

{
  "type": "USER_JOINED",
  "data": {
    "user": {
        "id": String,
        "nickname": String
    },
    "roomId": String,
  }
}
{
  "type": "USER_LEFT",
  "data": {
    "user": {
        "id": String,
        "nickname": String
    },
    "roomId": String,
  }
}
@ricksu978 ricksu978 added this to the Release v0.9.0 milestone Aug 20, 2023
cooper-car added a commit that referenced this issue Oct 16, 2023
* feat: [websocket] 看見其他玩家加入/離開(#154)"

* fix: 第一次code review修正
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants