|
|
|
@ -68,6 +68,7 @@ namespace AX.WebDrillServer.Hubs
|
|
|
|
|
await Groups.AddToGroupAsync(user.ConnectionId, room.RoomId); |
|
|
|
|
await Clients.All.SendAsync("callWeb_refreshRoomList", roomManager.GetAllRooms()); |
|
|
|
|
|
|
|
|
|
resultData.CreatedRoom = room; |
|
|
|
|
resultData.RoomCreateResult = RoomCreateResult.成功; |
|
|
|
|
return resultData; |
|
|
|
|
} |
|
|
|
|