You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The config affects the client of 'pomeo-rpc'. It can be applied to all servers.
bufferMsg
Desc: This flag determines whether the pomelo-rpc sends the message directly or not. If true, it will send the message every 'interval (see below)' milliseconds. If false, it will send the directly.
Type: Boolean.
Default value: Not set, which will be evaluated as false.
interval
Desc: See above. The unit is millisecond. Used when bufferMsg is true.