software-challenge / backend

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

Implement Lobby as actor #230

Closed xeruf closed 3 years ago

xeruf commented 5 years ago

See also https://github.com/CAU-Kiel-Tech-Inf/socha/pull/202

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

Should fix #201 when ready.