Skip to content

Commit

Permalink
完善多连接,修改文档等
Browse files Browse the repository at this point in the history
  • Loading branch information
yinlong committed Jun 17, 2018
1 parent c068e3b commit a3a8f5a
Show file tree
Hide file tree
Showing 13 changed files with 1,333,570 additions and 43 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@

ProjectSettings/ProjectVersion.txt

[Ll]ibrary/

[Tt]emp/

[Oo]bj/

[Bb]uild/

[Bb]uilds/

bin/



# Visual Studio 2017 cache directory

.vs/
.vs/
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@
### 6. 注意(Warning)
- 切换场景时,请不要卸载WebSocketReceiver。如果卸载了,请销毁WebSocket连接,并重新创建。

### 7. Change Log(v1.0)
- 支持单客户端同时创建多个不同WebSocket链接。
- 添加OnError错误回调。错误码对应错误原因,参考jslib文件。
- 删除Alert功能(与WebSocket无关,按需求自行添加即可)。
- Close Event Code 作为链接断开错误信息处理。
- jslib 内容完善,增加Map管理websocket实例。
- 修改 State 枚举对应到WebSocket ReadyState
- 添加 Release Demo Build 文件。
Binary file modified Release/Demo/Server/TestWebSocketServer.exe
Binary file not shown.
1,129 changes: 1,129 additions & 0 deletions Release/Demo/UnityWebSocketDemo/Build/UnityLoader.js

Large diffs are not rendered by default.

1,312,711 changes: 1,312,711 additions & 0 deletions Release/Demo/UnityWebSocketDemo/Build/UnityWebSocketDemo.asm.code.unityweb

Large diffs are not rendered by default.

Loading

0 comments on commit a3a8f5a

Please sign in to comment.