Hi all,
I have tryed to open socket connection on my nokia 7650 and the result are very intresting:
conn = (StreamConnection)Connector.open(socket://localhost:8080)
Work fine, the connection are handled correctly by the 7650 and by localhost.
conn.write("bla bla bla")
work fine, my server recive all blabla..
conn.read()
not read, not error but not read.
the same midlet on other java mobile (!nokia mobile) work correctly.
Now the question are Why, why i can establish a socket connection, i can write over this, bun not able to recive???
We have any idea??
Ciao, sorry for my english,
Alessio.

Reply With Quote


