mirror of
https://github.com/project-redbud/FunGame-Core.git
synced 2026-01-19 22:18:23 +00:00
修改方法调用
This commit is contained in:
parent
7878b1ec60
commit
2c14e7fdd2
@ -355,7 +355,7 @@ namespace Milimoe.FunGame.Core.Controller
|
|||||||
/// 关闭 WebSocket 连接
|
/// 关闭 WebSocket 连接
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public bool Close_WebSocket()
|
public bool CloseWebSocket()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@ -589,7 +589,7 @@ namespace Milimoe.FunGame.Core.Controller
|
|||||||
}
|
}
|
||||||
else if (transmittalType == TransmittalType.WebSocket)
|
else if (transmittalType == TransmittalType.WebSocket)
|
||||||
{
|
{
|
||||||
Close_WebSocket();
|
CloseWebSocket();
|
||||||
}
|
}
|
||||||
SocketHandler_Disconnect(obj);
|
SocketHandler_Disconnect(obj);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user