:{[optionName:string]:any;headers:{[headerName:string]:string;
With this setup, if the token value changes, that should pick it up right? Or do i need to somehow trigger a close/reopen? yubinjodevmentioned this issueMar 22, 2024 How do I send Authorization headers (Bearer Token) with the message?#231 ...
: { [optionName: string]: any; headers: { [headerName: string]: string; }; } | null; } shouldReconnect See section on Reconnecting. reconnectInterval Number of milliseconds to wait until it attempts to reconnect. Default is 5000. Event Handlers: Callback Each of Options#onMessage, ...