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

Socket - open binary socket only on request #68

Closed
b-ma opened this issue Oct 5, 2023 · 1 comment
Closed

Socket - open binary socket only on request #68

b-ma opened this issue Oct 5, 2023 · 1 comment

Comments

@b-ma
Copy link
Contributor

b-ma commented Oct 5, 2023

This is finally something we really don't use much, so that's overkill to open it every time

Only open it when some flag is given, e.g.:

const client = new Client(config, { useBinarySocket: true });

A plugin should be able to request it after instantiation as well, e.g. plugin-sync

@b-ma b-ma changed the title Socket - open binary socket only on user request Socket - open binary socket only on request Dec 12, 2023
@b-ma
Copy link
Contributor Author

b-ma commented May 24, 2024

Is removed altogether in v4.0.0-alpha.23, may eventually be reintroduced in a plugin

@b-ma b-ma closed this as completed Oct 3, 2024
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

No branches or pull requests

1 participant