Code cleanup

This commit is contained in:
2025-12-18 09:27:37 -05:00
parent 6d87851117
commit fc69790bd2
4 changed files with 5 additions and 5 deletions

View File

@@ -83,8 +83,8 @@ bool SocketServer::isOkay(void)
}
/// @brief This is the listener. It will wait for incoming connections.
/// When an incoming connection is received it will create a SocketConnectionReceiver object and call it's threadFunction to handle further interactions
/// such as transmitting a file.
/// When an incoming connection is received it will create a SocketConnectionReceiver object and call it's threadFunction
/// to handle further interactions such as transmitting a file.
void SocketServer::listen(void)
{
while(isOkay())