You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: