This commit is contained in:
Jeena Paradies 2011-04-13 17:52:09 +02:00
parent 31240b02b8
commit 0c340f95d2
6 changed files with 1193 additions and 1188 deletions

View file

@ -29,8 +29,8 @@ class GGSNetwork
protected
def write(message)
puts message.inspect
@socket.write(message)
puts message
end
def read
@ -58,7 +58,6 @@ class GGSNetwork
def receivedCommand(headers, data)
puts [headers, data].inspect
if headers.has_key? "Client-Command"
command = headers["Client-Command"]
case command