class SemanticLogger::Appender::Tcp

def reopen

After forking an active process call #reopen to re-open the handles to resources.
def reopen
  close
  @tcp_client = Net::TCPClient.new(**@tcp_client_args)
end