Socket.io Client Unity3d Versions Save

socket.io-Client for Unity3D, which is compatible with socket.io v1.x

v.1.1.2

6 years ago

Enhancement

  • Support Unity3d 2017.1

v1.1.1

6 years ago

Bug Fixed

  • #7 'disconnect' event added
  • #8 Add EmitJson() method to support JSON-formated string (Emit() method can't send JSON-formatted string anymore)
  • Fix the infinite reconnection trial bug.

Enhancement

  • Add SystemEvents enum to replace system event string. (See sample codes for more details)
  • Replace URL string parameter to Uri class

v1.1.0

7 years ago

Features

  • Implement reconnection mechanism

Bug Fix

  • Fixed send/recv packet error in namespace socket

v1.0.0

7 years ago

Features

  • Acks
  • Namespace
  • Support WebGL