Skip to content

0.0.1

Choose a tag to compare

@wjiuxing wjiuxing released this 20 Apr 08:41
· 8 commits to main since this release

Initial release of WJXEventSource — HTML5 Server-Sent Events client for iOS.

Features:

  • HTML5 SSE protocol compliance (id, event, data, retry fields)
  • Event-listener pattern with addListener:forEvent:queue:
  • Automatic reconnection with exponential backoff
  • Thread-safe listener management
  • Content-Type validation
  • CocoaPods integration (iOS 10.0+, ARC)