Closed
Description
Once a client is connected, how can I attach custom headers that will be applied on the very next emit?
I'm using the client to retrieve an authentication token and then I want to attach that token to the client but .connectParams
and .extraHeaders
are only sent on the original connection.