S
Serge Savoie
Hello !
I have some problem trying to establish dialog between a Ruby
socket(client) and a Java server socket (java.net.ServerSocket).
Everytime I try to write on the server socket I get an "Invalid stream
header" error from the server...
s = TCPSocket.open("host", 9061)
s.write("test \n");
=> Error
Can someone give a little hint on how to start inthe right way on this ?
Thx a lot !
Seurdge
I have some problem trying to establish dialog between a Ruby
socket(client) and a Java server socket (java.net.ServerSocket).
Everytime I try to write on the server socket I get an "Invalid stream
header" error from the server...
s = TCPSocket.open("host", 9061)
s.write("test \n");
=> Error
Can someone give a little hint on how to start inthe right way on this ?
Thx a lot !
Seurdge