We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
plugin-sync
The text was updated successfully, but these errors were encountered:
Is removed altogether in v4.0.0-alpha.23, may eventually be reintroduced in a plugin
v4.0.0-alpha.23
Sorry, something went wrong.
No branches or pull requests
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.:
A plugin should be able to request it after instantiation as well, e.g.
plugin-sync
The text was updated successfully, but these errors were encountered: