SwiftWebSocket icon indicating copy to clipboard operation
SwiftWebSocket copied to clipboard

How to send Mattermost authentication headers to check whether the socket is connected successfully?

Open machoasif opened this issue 6 years ago • 1 comments

I need to check whether the socket connection established successfully. In order to verify that how to send the following mattermost authentication header over the connection? { "seq": 1, "action": "authentication_challenge", "data": { "token": "mattermosttokengoeshere" } }

Can you please refer me any tutorial to refer this. How can I verify that the socket is connected successfully in my project.

machoasif avatar Mar 13 '18 09:03 machoasif

did you get the echoTest to work?

gaming-hacker avatar Mar 20 '18 04:03 gaming-hacker