This commit is contained in:
aozhiwei 2018-12-15 11:00:32 +08:00
parent ea4d30864d
commit 3a54f94c74

View File

@ -45,7 +45,7 @@ class RemoteServerConnection(object):
self.steam = steam self.steam = steam
self.address = address self.address = address
async def handle_stream(): async def handle_stream(self):
while True: while True:
try: try:
data = await self.stream.read_until(b"\n") data = await self.stream.read_until(b"\n")