class EventMachine::Synchrony::TCPSocket

def write(msg)

def write(msg)
  send(msg,0)
end