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 push-pull operators to use only ZMQ types #5

Merged
merged 4 commits into from
Dec 21, 2022

Conversation

glopesdev
Copy link
Member

@glopesdev glopesdev commented Dec 20, 2022

This PR refactors the push-pull 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 Push 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 20, 2022
@glopesdev glopesdev added this to the 0.1.0 milestone Dec 20, 2022
@glopesdev glopesdev requested a review from RoboDoig December 20, 2022 17:57
@glopesdev glopesdev merged commit 687782c into bonsai-rx:main Dec 21, 2022
@glopesdev glopesdev deleted the push-pull branch December 21, 2022 00:42
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