bugfix
This commit is contained in:
parent
31240b02b8
commit
0c340f95d2
6 changed files with 1193 additions and 1188 deletions
|
@ -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
|
||||
|
|
Reference in a new issue