Skip to content
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

Fix crash for SMS sent from network request #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DenTelezhkin
Copy link

When sending SMS when processing network request, eventLoop is ensured by SwiftNIO, which crashes Vapor app when alternative eventLoop is used.

This PR adds on eventLoopparameter to send(_:) method, but leaves it optionally nil for backwards compatibility. With this change however, you can pass Request.eventLoop, and SMS will be sent without crash:

req.application.twilio.send(smsToSend, on: req.eventLoop)

Fixes #15.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Precondition Failed error
1 participant