We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e165aff commit 566db54Copy full SHA for 566db54
1 file changed
yaqd-core/yaqd_core/_protocol.py
@@ -93,6 +93,7 @@ async def process_requests(self):
93
f"Wrote response {response}, {response_out.getvalue()}"
94
)
95
self.transport.write(struct.pack(">L", 0))
96
+ self.unpacker._file = io.BytesIO()
97
if name == "shutdown":
98
self.logger.debug("Closing transport")
99
self.transport.close()
0 commit comments