-
-
Notifications
You must be signed in to change notification settings - Fork 432
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 Messaging for outdated environments #908
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 7.x #908 +/- ##
=============================================
+ Coverage 74.42% 91.10% +16.68%
- Complexity 1585 1588 +3
=============================================
Files 156 157 +1
Lines 4422 4429 +7
=============================================
+ Hits 3291 4035 +744
+ Misses 1131 394 -737 |
@Daniel-Cong @david-windsock I started with doing the @rickclephas @tonysilva16 @woodongwong Since you participated in #874, I'd greatly appreciate if you could follow this PR and test it, to make sure nothing breaks for you (break = the performance gain is gone). Thank you! |
Thanks @jeromegamez, will try to test it on monday. |
Upon further research, I stumbled upon microsoftgraph/msgraph-sdk-php#854 and microsoftgraph/msgraph-sdk-php#1120 I will implement this, let's hope that this is the way to check for HTTP/2 support 🤞🏻 |
55aac0a
to
67da676
Compare
67da676
to
3dcd1c4
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.
I have a dependency conflict for lcobucci/jwt
that prevents me from doing a quick test. But based on the changes I am not expecting this to break our implementation/performance 👍🏻.
To confirm this I have tested the |
We tested it on our CentOS server and worked without problem. We faked the composer dependency to use this branch as the 7.9.1 version that is working for us and the notifications are sent OK, without any change on our code. Thanks for your quick response! |
That's great to hear, thank you for the feedback! 🙏🏻 I will merge this later and create a new release. |
It's still curious - some have tried just commenting out the |
Thanks @jeromegamez! |
Fixes #888