Socket.io 1.2.1 and Unity using .net

2019-08-12 12:23发布

I currently develop an application game with unity. I want to use socket.io for communication with a node server. I found socketio4net but it's only for old version of socket.io. I have to use socket.io because I use this server to communicate with browser. When I try to connect using the old version I have:

Error iniatlising handsake with //localhost

1条回答
Juvenile、少年°
2楼-- · 2019-08-12 13:23

I've used the BestHTTP (https://www.assetstore.unity3d.com/#/content/10765) asset with great success in the past and they just added official support for Socket.IO:

http://forum.unity3d.com/threads/best-http-released.200006/page-6#post-1937191

查看更多
登录 后发表回答