Is it posibble to send websocket data over 126 chars?

Posted by Udi Talias on Stack Overflow See other posts from Stack Overflow or by Udi Talias
Published on 2011-11-27T09:47:44Z Indexed on 2011/11/27 9:49 UTC
Read the original article Hit count: 224

Filed under:
|
|

Its seems that everybody says that it is possible to send over 126 chars of data over websocket.

I looked at many websocket server examples on the web and non of them can transfer over 126 chars from client to server and from server to client. I understand that it is something with dataframes and opcodes but i never figured it out. I'm using C#.

Can somebody please put some light on this subject? any code example for receiving and sending data over 126 chars will be very very thankful

© Stack Overflow or respective owner

Related posts about c#

Related posts about JavaScript