Skip to content

Commit cc4214a

Browse files
author
yinlong
committed
no message
1 parent 13fd850 commit cc4214a

File tree

1 file changed

+1
-0
lines changed
  • UnityWebSocket/Assets/Scripts/Plugins/UnityWebSocket

1 file changed

+1
-0
lines changed

UnityWebSocket/Assets/Scripts/Plugins/UnityWebSocket/WebSocket.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public void SendAsync(byte[] data, Action<bool> completed)
6464
public Action<byte[]> onReceive { get; set; }
6565

6666
WebSocketSharp.WebSocket m_rawSocket = null;
67+
6768
public WebSocket(string address)
6869
{
6970
m_rawSocket = new WebSocketSharp.WebSocket(address);

0 commit comments

Comments
 (0)