Skip to content

Releases: nhn/socket.io-client-unity3d

v1.1.2 Release

11 Aug 07:31
Compare
Choose a tag to compare

Enhancement

  • Support Unity3d 2017.1

v1.1.1 Release

17 Jul 07:21
Compare
Choose a tag to compare

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 Release

11 May 01:06
Compare
Choose a tag to compare

Features

  • Implement reconnection mechanism

Bug Fix

  • Fixed send/recv packet error in namespace socket

v1.0.0 Initial Release

11 Apr 02:11
Compare
Choose a tag to compare

Features

  • Acks
  • Namespace
  • Support WebGL