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

Clean up InProcess connector to use same generics as RemoteConnector #579

Open
qdot opened this issue Sep 2, 2023 · 0 comments
Open

Clean up InProcess connector to use same generics as RemoteConnector #579

qdot opened this issue Sep 2, 2023 · 0 comments
Assignees
Labels
Features New things to add to the project

Comments

@qdot
Copy link
Member

qdot commented Sep 2, 2023

With the addition of WASM to the core library, we need an InProcessConnector that can handle message serialization. This is automatically handled in RemoteConnector, but we bypass it in InProcessConnector. It'd be nice if InProcessConnector could just be a ButtplugRemoteConnector with a transport that holds the server, and a passthru serializer for Rust instances (meaning we could swap the serializer to JSON for FFI/WASM cases).

@qdot qdot added the Features New things to add to the project label Sep 2, 2023
@qdot qdot self-assigned this Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Features New things to add to the project
Projects
None yet
Development

No branches or pull requests

1 participant