Skip to content

v1.1.1 Release

Compare
Choose a tag to compare
@ppz0th ppz0th released this 17 Jul 07:21
· 17 commits to master since this release

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