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

ルームidで管理 #18

Merged
merged 8 commits into from
Jan 24, 2021
Merged

ルームidで管理 #18

merged 8 commits into from
Jan 24, 2021

Conversation

YasuakiYoshii
Copy link
Contributor

@YasuakiYoshii YasuakiYoshii commented Jan 13, 2021

概要

ルーム名で管理していたものをルームidで管理するよう変更.

動作確認

サーバ起動後、gosandyなどで、ws://localhost:8080/wsに接続し、"/list", "/create roomname", /join ${roomid}, "Hello"などを行う。

関連するクライアントの変更

クライアント側でルームidでルームに関する操作を行うよう変更しました.(2d-rpg/card-playroom-client#21)

issue

@YasuakiYoshii
Copy link
Contributor Author

このPRではルーム名の被りは許されない仕様になっており,所定の要件を満たさないため閉じます.

@YasuakiYoshii YasuakiYoshii reopened this Jan 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

websocket上でやりとりするデータ構造を決める
2 participants