I have two programs in the same computer using TCP to exchange data. My TCPView is v3.05, downloaded and installed today on my Win 10 Pro system.
The server side is listening on port 16406 and the client connected from port 53629 (this time) and I can see both connections in TCPView just fine.
When I suspend one program in the VS2019 debugger, TCPView shows the OTHER program as still sending data (keep alives) and the program suspended at a debugger breakpoint as receiving exactly the same amount of data. All good so far.
But when I resume the suspended program, TCPView is now showing the debugged program as both sending and receiving data, as expected. HOWEVER... TCPView is showing that the other program is neither sending nor receiving ANY data! This is incorrect as I can see the data being displayed in the program's window.
How can this be?