-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Random crash #9
Comments
Andrea-Scuderi
pushed a commit
to Andrea-Scuderi/aws-lambda-swift
that referenced
this issue
Aug 3, 2019
@tonisuter I added a PR to fix this |
I found the issue, it is related to the URLSessionConfiguration timeoutIntervalForRequest. |
Andrea-Scuderi
pushed a commit
to Andrea-Scuderi/aws-lambda-swift
that referenced
this issue
Aug 4, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a lambda function with proxy integration connected to an API Gateway.
It randomly crashes with this log:
It seems to have something to do with
URLSession
on Linux. I have tried to print more info, but all I could get was:Foundation.URLError(_nsError: The operation could not be completed
.Also, both HTTPResponse and data are empty.
@tonisuter thoughts?
The text was updated successfully, but these errors were encountered: