Open jean874 opened 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
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
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