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

Refactor pub-sub operators to use only ZMQ types #4

Merged
merged 5 commits into from
Dec 20, 2022

Conversation

glopesdev
Copy link
Member

This PR refactors the pub-sub operators to use only built-in types in ZeroMQ (byte[], string and NetMQMessage). This will allow us to remove the dependency from the OSC package and keep ZMQ support more agnostic for other serialization protocols / data types.

The Publisher operator has also been marked as a Sink operator and the underlying socket management was simplified to use as much as possible the built-in reactive operators.

@glopesdev glopesdev added the feature New planned feature label Dec 19, 2022
@glopesdev glopesdev added this to the 0.1.0 milestone Dec 19, 2022
@glopesdev glopesdev requested a review from RoboDoig December 19, 2022 12:38
@glopesdev glopesdev merged commit 0dd5cc3 into bonsai-rx:main Dec 20, 2022
@glopesdev glopesdev deleted the pub-sub branch December 20, 2022 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New planned feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant