Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
12 years, 2 months ago.
There is a maximum size for the data sent through websocket using C027_support library?
Hi guys, I've been working on the C-027 Ublox board and I've been writing a multithread code for my project.
Now I have a doubt: there is a maximum size for the data sent through socket connection to a remote server? I noticed that if I send a string long more than 10 strings like this
"dati[0][dt]=2014-05-13 15:35:52&dati[0][lat]=43.333393&dati[0][long]=10.426883"
the server sends me this response: Socket 0: closed by remote host.
I can't understand why the remote host closes the socket connection.
Is this a problem of mine or of the server?
Thanks, Emmanuele