MantisBT - Soldat
View Issue Details
0000254SoldatLobbypublic2012-10-06 20:352014-01-01 18:06
Mr 
Shoozza 
normalminoralways
closedfixed 
x64Windows7 SP1
1.6.3 
1.6.4 
0000254: Lobby server connections stay open after requesting server list
The Soldat client does not call closesocket on the connection to the lobby server after requesting a server list (shown in Process Hacker, which uses information from Windows' TCP driver).
A new connection is opened for each request.
No tags attached.
Issue History
2012-10-06 20:35MrNew Issue
2012-10-06 20:42ShoozzaNote Added: 0001598
2012-10-06 20:42ShoozzaAssigned To => Shoozza
2012-10-06 20:42ShoozzaStatusnew => confirmed
2012-10-06 20:55ShoozzaNote Added: 0001599
2012-10-06 20:55ShoozzaStatusconfirmed => resolved
2012-10-06 20:55ShoozzaFixed in Version => 1.6.4
2012-10-06 20:55ShoozzaResolutionopen => fixed
2014-01-01 18:06homerofgodsStatusresolved => closed

Notes
(0001598)
Shoozza   
2012-10-06 20:42   
How to reproduce:
Open soldat
Open Process Hacker and go to Network tab
In soldat go to join game
Click on request game

Expected result:
TCP connections get closed after lobby request is finished

Actual result:
TCP connections stay open
Additional open TCP connection after each lobby request
(0001599)
Shoozza   
2012-10-06 20:55   
Closing Lobby TCP connections was only partly implemented and missing for most cases.