My issue was very simple. I keep a infinite loop running asking to read the client. All I had to do was replace the while True: for while not writer.is_closing(): and the problem would be fix.
while True:
while not writer.is_closing():