Skip to content

Commit

Permalink
修复帧同步断线重连的bug
Browse files Browse the repository at this point in the history
  • Loading branch information
egametang committed Oct 21, 2023
1 parent 451b8bc commit 6ea8d25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace ET.Server
{
[MessageHandler(SceneType.Room)]
[MessageHandler(SceneType.RoomRoot)]
public class G2Room_ReconnectHandler: MessageHandler<Scene, G2Room_Reconnect, Room2G_Reconnect>
{
protected override async ETTask Run(Scene root, G2Room_Reconnect request, Room2G_Reconnect response)
Expand Down

0 comments on commit 6ea8d25

Please sign in to comment.