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

Move listener registry into separate module #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sophokles73
Copy link
Contributor

The data structures and functions for keeping track of registered
listeners, subscription IDs and topic filters have been moved to
a separate module and encapsulated in a dedicated struct.

This provides better cohesion and data hiding and allows for easier
unit testing.

The data structures and functions for keeping track of registered
listeners, subscription IDs and topic filters have been moved to
a separate module and encapsulated in a dedicated struct.

This provides better cohesion and data hiding and allows for easier
unit testing.
@sophokles73 sophokles73 force-pushed the move_listener_registry_to_separate_module branch from cf0adf0 to b21e563 Compare February 14, 2025 12:47
@sophokles73
Copy link
Contributor Author

@jjj-vtm maybe you can also take a look?

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.

1 participant