Hello.
I'm designing a chat app in ios.
i've designed a singleton class for the manager and socket. But the manager's extraHeaders options called on initial connection. Even changing the config of the manager to a new one does not effects.
Yes.. Unless you force polling, headers are only sent on the initial connection. Otherwise a websocket connection is established and they aren't sent again.
Hello. I'm designing a chat app in ios. i've designed a singleton class for the manager and socket. But the manager's extraHeaders options called on initial connection. Even changing the config of the manager to a new one does not effects.