游戏链接修改
This commit is contained in:
parent
4e2d132b0e
commit
985471d5a7
@ -210,7 +210,7 @@ public class SocketConn
|
||||
try
|
||||
{
|
||||
#if UNITY_WEBGL && !UNITY_EDITOR
|
||||
m_address = string.Format("wss:://{0}:{1}", mLastIP, mLastPort);
|
||||
m_address = string.Format("wss://{0}:{1}", mLastIP, mLastPort);
|
||||
Debug.LogWarning("Begin connect to Socket Address :" + m_address);
|
||||
m_iSocket = new WebSocket(m_address);
|
||||
m_iSocket.OnOpen += Socket_OnOpen;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user