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

feat: make static 'Twilio' access synchronized #588

Merged
merged 3 commits into from
Sep 24, 2020

Conversation

childish-sambino
Copy link
Contributor

Reduces multi-threading issues when initializing the static 'Twilio' by synchronizing access.

Fixes #430

Sam Harrison added 2 commits September 23, 2020 14:19
Reduces multi-threading issues when initializing the static 'Twilio' by synchronizing access.
@childish-sambino childish-sambino merged commit 542f599 into main Sep 24, 2020
@childish-sambino childish-sambino deleted the twilio-synchronized branch September 24, 2020 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Twilio class has a lot of multithreading issues.
2 participants