software-challenge / backend

Server, Client und Spiel-Plugins der Software-Challenge Germany
https://www.software-challenge.de
11 stars 10 forks source link

Rework Lobby into actor #403

Open xeruf opened 3 years ago

xeruf commented 3 years ago

Reopening of #230 which is a continuation of #202

The goal is to implement the Lobby in a Kotlin Actor pattern to prevent threading issues and improve single responsibility.