There is probably a size, at which a request gets splitted.
Since I have to work with strings in the request, a answer with a char-count would be nice.
There is probably a size, at which a request gets splitted. Since I have
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The protocol itself (see RFC 6455) supports payload lengths of up to 2^64 octets.
Individual requests do get split into "frames", but the protocol implementation will automatically join those back together and present the whole request as a single request to the WebSocket API.