Skip to content
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

Allow passing a custom queue to the session subscribe #21

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

tobiasah
Copy link
Member

@tobiasah tobiasah commented Nov 9, 2023

This commit adds the option to add a custom queue class to the
subscribe command on the session. This allows a more flexible
usage of a subscription.

As part of this change a new circular data queue is added which
allows to have a a sort of ring buffer as a queue.

@tobiasah tobiasah self-assigned this Nov 9, 2023
@tobiasah tobiasah force-pushed the tobiasa/circular_queue branch from b9073c0 to b8d5054 Compare November 21, 2023 11:16
@codecov-commenter
Copy link

codecov-commenter commented Nov 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (a5b4de8) 100.00% compared to head (0dc8243) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #21   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         1511      1550   +39     
  Branches       248       262   +14     
=========================================
+ Hits          1511      1550   +39     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tobiasah tobiasah force-pushed the tobiasa/circular_queue branch from b8d5054 to d3b5c0b Compare November 21, 2023 12:03
This commit adds the option to add a custom queue class to the
subscribe command on the session. This allows a more flexible
usage of a subscription.

As part of this change a new circular data queue is added which
allows to have a a sort of ring buffer as a queue.
@tobiasah tobiasah force-pushed the tobiasa/circular_queue branch from d3b5c0b to 0dc8243 Compare November 21, 2023 12:06
@tobiasah tobiasah changed the title Draft: Circular queue Allow passing a custom queue to the session subscribe Nov 21, 2023
@tobiasah tobiasah requested a review from markheik November 21, 2023 12:07
@tobiasah tobiasah merged commit 3b4352d into main Nov 22, 2023
10 checks passed
@tobiasah tobiasah deleted the tobiasa/circular_queue branch January 24, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants