ShotaTanemura / ft_transcendence

This repository is for the project about creating a website for the mighty "Pong" contest.
MIT License
4 stars 2 forks source link

next_word()でclinetにmessage送信できない #116

Closed subarunrun0812 closed 3 weeks ago

subarunrun0812 commented 2 months ago

問題

type: next_wordのメッセージが受信できない。

現状

next_word()からsend_message_to_group()は呼ばれている。送信内容も問題なし。 send_message_to_group: send_game_information, {'sender': 'TypingGame', 'type': 'next-word', 'contents': {'word': 'metadata'}} handle_typing_input()のsend_message_to_group()の方は正常に送信できている image

対象ファイル

static/pong/components/TypingGame.js realtime_typing_game/typinggame.py