Create PlayerNotificationListenerTest

This commit is contained in:
2025-04-14 23:39:57 +02:00
parent c762f31449
commit c28bc00679
5 changed files with 41 additions and 7 deletions
@@ -59,10 +59,9 @@ private fun DefaultWebSocketServerSession.runWebSocket(
}
playerNotificationListener.startListening(
{ outgoingFrameChannel.trySendBlocking(it) },
currentPlayer,
gameId,
)
) { outgoingFrameChannel.trySendBlocking(it) }
}
}