Hi!
I'm using SuperWebSocket on a console application to host my server, I'm connecting with chrome.
My server starts sending a "LOGIN" message.
The client open up a form for the user to login, if the user clicks on sign up, it sends a "SignUp" message, and receives a "SignUp <guid>" message back with a guid.
At this moment if I click cancel and click sign up again (to send another "SIGNUP" message to the server, I'm expecting to get another "SIGNUP <guid>" message back, but instead I'm getting a protocol error and losing my connection.
No message on the error log, only a message on DEBUG saying a protocol error occurred.
Can anyone help me?
Thanks!
I'm using SuperWebSocket on a console application to host my server, I'm connecting with chrome.
My server starts sending a "LOGIN" message.
The client open up a form for the user to login, if the user clicks on sign up, it sends a "SignUp" message, and receives a "SignUp <guid>" message back with a guid.
At this moment if I click cancel and click sign up again (to send another "SIGNUP" message to the server, I'm expecting to get another "SIGNUP <guid>" message back, but instead I'm getting a protocol error and losing my connection.
No message on the error log, only a message on DEBUG saying a protocol error occurred.
Can anyone help me?
Thanks!