Replies: 1 comment
-
Could you clarify your question? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pool Params
Parameter: PoolOptions
Extends: ClientOptions
factory (origin: URL, opts: Object) => Dispatcher - Default: (origin, opts) => new Client(origin, opts)
connections number | null (optional) - Default: null - The number of Client instances to create. When set to null, the Pool instance will create an unlimited amount of Client instances.
if i set connections = 1000
Whether the client can send information to the server every second to keep connected?
Beta Was this translation helpful? Give feedback.
All reactions