-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
send multiple message error #42
Comments
Where did you get this error? Server side or client side? Do you have the exception's full stack trace? |
i got this in the client-side, it occurred when call websocket.send multiple times, and i guess the robot probably was sending back some answers at the mean time; i don't have the full stack trace, it showed at the thanks. |
occurred at this following method, |
From the error message, it looks like a server side issue. Probably you can get more details of this problem by tracing the network communication directly. |
I'm using WebSocketListener for server and WebSocket4Net for client, and the application is working with a robot, if the client typing so quickly then it will show the error "無法從傳輸連接讀取資料: 遠端主機已強制關閉一個現存的連線。";
Is this kind of problems causing by library or because of the websocket couldn't send & receive at the same time?
Thanks.
The text was updated successfully, but these errors were encountered: