Amphaal / rpgrpz

[RPG-RPZ is in maintenance mode !] A simple Pen & Paper experience
GNU General Public License v3.0
0 stars 0 forks source link

Disconnecting a client while server uploads a big file makes the client socket linger on server #37

Open Amphaal opened 4 years ago

Amphaal commented 4 years ago

Happens 80% of the time for some reasons. Tried playing around abort() and disconnectFromHost() on socket destructor, but with no success so far.

Amphaal commented 2 years ago

May consider switching to asio ? Might try to reproduce this with Qt6, could be linked to poor parallelisation mecanisms, client or server side.