J
Jamal Soueidan
Hello there,
I wonder whats the difference between these methods ( gets and recv )
loop {
data = current_client.recv(100)
puts data
}
When I use "gets" instead of recv my socket connection stops and never
print out the message?
Why?
Thanks..
I wonder whats the difference between these methods ( gets and recv )
loop {
data = current_client.recv(100)
puts data
}
When I use "gets" instead of recv my socket connection stops and never
print out the message?
Why?
Thanks..