Closed b-ma closed 1 month ago
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
Is removed altogether in v4.0.0-alpha.23, may eventually be reintroduced in a plugin
v4.0.0-alpha.23
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