-
Notifications
You must be signed in to change notification settings - Fork 84
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
swift: avoid Connection aborted #897
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
:(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It'd be better to implement the add_measures_batch
from the incoming driver in swift without parallel_map rather than hacking this way.
f155d2b
to
ad655e4
Compare
Pull-request updated, HEAD is now ad655e4 |
This change removes usage of threads with swift driver. This avoids to get "Connection aborted" because a thread is stuck and the server side decide to break the connection. Related-bug: gnocchixyz#509
ad655e4
to
292c605
Compare
Pull-request updated, HEAD is now 292c605 |
This change removes usage of threads with swift driver.
This avoids to get "Connection aborted" because a thread is stuck
and the server side decide to break the connection.
Related-bug: #509