question on socket server

From: Piper H <potthua_at_gmail.com>
Date: Wed, 15 Dec 2021 06:52:27 UTC
Hello

I have little knowledge about socket programming.
I have a question that, if I have made a socket server, listening on a
port. The server prints data to the socket, but there is never a client
connection to the port, and the data is never consumed. What will happen to
the server then? will the OS kernel be flushed by junk bytes?

Thanks for your help.
Piper