under-the-oaks / ColdCase-Server

Wahlprojekt im WS 2024/25 an der Hochschule RheinMain
0 stars 0 forks source link

Create new Sockets system #18

Open jean874 opened 1 week ago

jean874 commented 1 week ago

server should wait for new socket connection if a new connection is established see if there is a lobbyID is provided -> yes associate connection to lobby -> no

jean874 commented 2 days ago

current way to connect to a lobby is by defining a LobbyID (just a string) in the url when making the connection request.

BSP:

ws://localhost:8080/?session=12345