mirror of
https://github.com/SoDOff-Project/sodoff-mmo.git
synced 2025-10-11 00:08:50 -07:00

- fix client stay in room: - replace Client.JoinRoom and Client.LeaveRoom by Client.SetRoom - do not call Client.LeaveRoom / Client.SetRoom(null) for SheduleDisconnect cases (only quietly remove client from room and the rest do in disconnect realisation) - add Room.Send for send message to all clients in room - replace Room.Client sending loops by calls Room.Send
Description
Languages
C#
99.6%
Dockerfile
0.3%