from asgiref.sync import async_to_sync class GameConsumer(WebsocketConsumer): def connect(self): self.accept() self.render() ...
確定! 回上一頁