-
-
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
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 |
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
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