class SemanticLogger::Appender::Tcp

def close

Close is called during shutdown, or with reopen
def close
  @tcp_client&.close
end