-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Change QueueInterface::getChannel()
result type to string only
#239
Conversation
vjik
commented
Jan 27, 2025
Q | A |
---|---|
Is bugfix? | ❌ |
New feature? | ❌ |
Breaks BC? | ✔️ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #239 +/- ##
============================================
+ Coverage 92.87% 93.09% +0.21%
Complexity 359 359
============================================
Files 47 47
Lines 969 970 +1
============================================
+ Hits 900 903 +3
+ Misses 69 67 -2 ☔ View full report in Codecov by Sentry. |
@vjik What's the purpose of channels without adapters? Before this change a channel is a configured adapter. |
Before this change queue also could be without adapter. See code in master branch. |