mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
handle incoming, definition of send_message
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user