🐛 Fix circular dependency in service injection

This commit is contained in:
2025-06-27 23:16:28 +08:00
parent 2a28948418
commit 8432436fcf
4 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@ public class MessageTypingHandler(ChatRoomService crs) : IWebSocketPacketHandler
WebSocketService srv
)
{
var request = packet.GetData<ChatController.TypingMessageRequest>();
var request = packet.GetData<ChatController.ChatRoomWsUniversalRequest>();
if (request is null)
{
await socket.SendAsync(