Skip to content

Comet 0.4.4

Latest

Choose a tag to compare

@kylebegeman kylebegeman released this 29 Jun 02:38

Added

  • URLSessionTransport now imports FoundationNetworking where available, so the core Comet target can build and run live HTTP requests on server-side Swift.
  • CI now builds the core Comet target in a Swift 6.2 Linux container.

Changed

  • URLSessionTransport.stream keeps true incremental streaming on Apple platforms and emits buffered stream events on server Swift builds.
  • Server transport docs now mark HTTP live transport as supported and keep URLSessionWebSocketTransport scoped to Apple platforms.