muk-y
muk-y
> i also getting same issue in socket. ACK getting false when emit. SDK 16.0.2 and Node js socket 4.0 using. > > Why this is happening? Did you get...
> @muk-y use this > > ``` > var config = SocketIOClientConfiguration() > config.insert(.extraHeaders(["authorization" : "Bearer \(token)"])) > config.insert(.path("/socket.io/")) > config.insert(.useCustomEngine(false)) > config.insert(.forceWebsockets(true)) > ``` I don't have the useCustomEngine...
> @muk-y did you find any solution? I have the same issue I passed my parameters through string concatination instead of using connectParams. This solved my issue.