Shuta-syd / 42-ft_transcendence

This project is about creating a website for the mighty Pong contest
1 stars 1 forks source link

game.gatewayでバグが発生する #301

Closed public-jun closed 1 year ago

public-jun commented 1 year ago

機能概要

[Nest] 555  - 04/29/2023, 9:52:46 AM     LOG [GameGateway] [Game] Client disconnected: Gc6am86Z7lu9zByrAAAo

/backend/src/game/game.gateway.ts:236
        player1: user.name,
                      ^
TypeError: Cannot read properties of null (reading 'name')
    at GameGateway.handleDisconnect (/backend/src/game/game.gateway.ts:236:23)

やること

その他