We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Thanks for your library
But I have faced issues when implementing as your guide.
let server = HLSCachingReverseProxyServer()
I get error like this.
Missing arguments for parameters 'webServer', 'urlSession', 'cache' in call
Please let me know how can I solve this? Thanks
The text was updated successfully, but these errors were encountered:
I have this same issue
Sorry, something went wrong.
webServer = GCDWebServer() cache = PINCache.shared urlSession = URLSession.shared server = HLSCachingReverseProxyServer(webServer: webServer, urlSession: urlSession, cache: cache) server.start(port: 1234)
No branches or pull requests
Hi, Thanks for your library
But I have faced issues when implementing as your guide.
let server = HLSCachingReverseProxyServer()
I get error like this.
Missing arguments for parameters 'webServer', 'urlSession', 'cache' in call
Please let me know how can I solve this? Thanks
The text was updated successfully, but these errors were encountered: