number of connections limit
Hi, Is there a limit on the number of connections on the same server ? Regards, S.Ancelot
Hello,
No explicit limit. I'm using QTcpServer (https://doc.qt.io/qt-5/qtcpserver.html) under the hood, and I'm not 100 % sure what the limitations are for that class.
Are you just wondering out of curiousity or are you experiencing some concrete problem?
How is the project coming along? You were working on some collaborative whiteboard program, right?
I have two processus connected To the same server. there was no qcoreapplication in one of them and I think that may be why I have timed out connections. may be there is a way to watch what is happening with some logs ?no that is à distributed application that communicate data between each others