You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.