Deno.ConnDeno.Conn is created either with Deno.connectTlsDeno.connectTls or Deno.connectDeno.connect. How do we detect when the connection is closed to handle appropriately?getReadergetReader from the conn's readablereadable and use the closedclosed promise there, but my plan is to pass along the readablereadable so I try not to acquire a lock on that reader.Join the Discord to continue the conversation