-
Notifications
You must be signed in to change notification settings - Fork 0
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
ルーム一覧の取得とルーム作成およびルーム入室をgraphQLからwebsocketでできるように変更 #21
Conversation
|
|
気になった点として
|
1つめはそう.ルームをidではなく,ルーム名(string)で判別しているため. |
ルーム作成時に重複したら,そのルームに参加っていうのはやばそう.いっそルーム名は重複しないようにサーバー側で作成してもいいかもしれない. |
|
サーバ側のルームの実装にid持たせるように変更した方がいいかもね |
概要
ルーム一覧の取得とルーム作成およびルーム入室をgraphQLからwebsocketでできるように変更.
動作確認
この段階でなぜかリストが表示されない)Homeタブを押してもう一度Roomlistタブを押すと.ルームリストが表示される。Updated
関連するサーバーサイドの変更
サーバー側でルームリストをjsonで返すように変更.(2d-rpg/card-playroom-server#16)