Hi ,
Since I've upgraded to v2.20 I've noticed the following problem :
I'm using a socket that connects to my server application . Everything is ok with the connection but the problem is that when I close my server app (so that I'm sure that all sockets should be closed , or errors should be detected) my socket.connected is still true .
I'm using an Asyncstream with the socket and when I send my 'alive sign' no errors are thrown when the server is down.
Befor I upgraded to 2.20 I did not have this problem
thank you
edit : the server is a Delphi app
Since I've upgraded to v2.20 I've noticed the following problem :
I'm using a socket that connects to my server application . Everything is ok with the connection but the problem is that when I close my server app (so that I'm sure that all sockets should be closed , or errors should be detected) my socket.connected is still true .
I'm using an Asyncstream with the socket and when I send my 'alive sign' no errors are thrown when the server is down.
Befor I upgraded to 2.20 I did not have this problem
thank you
edit : the server is a Delphi app
Last edited: