-
-
Notifications
You must be signed in to change notification settings - Fork 452
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 regression on default sending behavior of the HttpTransport transport #905
Fix regression on default sending behavior of the HttpTransport transport #905
Conversation
a2f1230
to
c45f6e2
Compare
Perfect! That is exactly how I understood that it should be. Thanks a bunch for creating the PR and for helping me out understanding current and desired state! |
I'm not sure we actually want to consider returning |
a71dc22
to
7a47739
Compare
7a47739
to
f0eacd7
Compare
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.
🚢
…about when the events are sent
643f7f9
to
c8a72f3
Compare
c8a72f3
to
3d9be87
Compare
This PR closes #904 by fixing one regression introduced in #885. In particular, I accidentally changed the default behavior of the
HttpTransport
transport by sending events immediatly instead of waiting the shutdown of the application. This is a deprecated behavior, but the default must not change at least until3.0
as it may have a huge impact on performances