WorkerClientOptions

Signature

export interface WorkerClientOptions extends BaseClientOptions

Properties

sendPayloadToParent?: boolean;

can have perfomance issues in big bots if the client sends every event, specially in startup (false by default)

Methods