Qt 6.11 is out! See what's new in the release
blog
command to examine if server is running
-
hello people with which command can be examine if a
server already running in linux -
Hi,
What server ?
-
server from TCP/IP connection
-
server from TCP/IP connection
-
i have done TCP/IP connection between server and client in localhost.now i have cross compile the server in raspi2
with der localhost adress without a client ,in this case the server is started.But when i have changed a localhoast adress with a raspi2 adress in server code, i get this error :Server has not started
QFile::open: File (file.log) already open -
Are you starting your server twice on the same machine ?
-
yes on the same machine. i solved the trouble i only needed to add the argument QIODevice::ReadWrite to the connectToHost fonction
thanks