This repository was archived by the owner on Nov 23, 2017. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 185
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
Why asyncio.transport.write() function don`t send data until I use transport.close() or stop the event loop. #501
Open
@IcyCC
Description
like this
def data_received(self, data):
resp = b'\x05' + struct.pack('!B', self.method)
self.transport.write(resp)
in asyncio.Protocol
Metadata
Metadata
Assignees
Labels
No labels