handle incoming, definition of send_message

This commit is contained in:
Alex Haynes
2018-11-11 17:15:55 -05:00
parent c8447ef6ab
commit 478cd033d5
3 changed files with 68 additions and 4 deletions

View File

@ -9,6 +9,10 @@ class RawConnection(IRawConnection):
self.reader = reader
self.writer = writer
def close(self):
self.writer.close()
# def __init__(self, ip, port):
# self.conn_ip = ip
# self.conn_port = port