1
This commit is contained in:
parent
ea4d30864d
commit
3a54f94c74
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user