This commit is contained in:
milimoe 2025-12-19 23:30:48 +08:00
parent 8046794236
commit 74e06c4eeb
Signed by: milimoe
GPG Key ID: 9554D37E4B8991D0

View File

@ -255,7 +255,7 @@ namespace Milimoe.FunGame.Testing.Tests
if (HTTPClient != null)
{
await HTTPClient.Send(SocketMessageType.Disconnect);
Close_WebSocket();
CloseWebSocket();
}
});
}