raphxyz / jsocket

Automatically exported from code.google.com/p/jsocket
0 stars 0 forks source link

jSocket.onData(data) returns integer data.length instead of data as string #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. on samples/client/example/example.html
2. send string data to client
3. string length is received

What is the expected output? What do you see instead?
Expected output is string data (text) and not string length (integer)

What version of the product are you using? On what operating system?
Using samples/client/example/example.html from SVN, XP

Original issue reported on code.google.com by sandi.wi...@gmail.com on 28 Mar 2011 at 9:03

Attachments: