Closed arupsch closed 3 years ago
Hi @arupsch thanks for submitting this patch. We will internally review it!
Hi @arupsch,
Could you take a look at https://github.com/launchdarkly/swift-eventsource/pull/27 and see if it meets your needs? The description there describes the intention behind the differing implementation.
Thanks for the PR with this idea! @gwhelanLD
Closing as we're moving forward with https://github.com/launchdarkly/swift-eventsource/pull/27, but thanks for the contribution!
Thanks, @gwhelanLD
Requirements
Related issues
No linked issue for that.
Describe the solution you've provided
This adds the capability to provide a
URLSessionConfiguration
that is used when the URLSession is created. This helps with testing, because this way it is possible to configure anURLProtocol
implementation to provide test responses.Describe alternatives you've considered
No alternatives considered
Additional context
No additional context