mirror of
https://github.com/solero/houdini.git
synced 2025-09-05 06:48:26 +00:00
Check transport is not closing before writing to it
This commit is contained in:
@@ -79,6 +79,7 @@ class Spheniscidae:
|
||||
await self.send_line(xml_data.decode('utf-8'))
|
||||
|
||||
async def send_line(self, data):
|
||||
if not self.__writer.is_closing():
|
||||
self.logger.debug(f'Outgoing data: {data}')
|
||||
self.__writer.write(data.encode('utf-8') + Spheniscidae.Delimiter)
|
||||
|
||||
|
Reference in New Issue
Block a user