Is it posibble to send websocket data over 126 chars?
- by Udi Talias
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