0 votes
by (1.2k points)

A customer that uses our software to FTP-SSL publish to his Host Europe web server experiences a (nearly?) endless loop (i.e. the while (true) is never exited) in this code:

enter image description here

The stack trace looks like this:

enter image description here

I'm not sure why this happens and why this only happens with this customer and this server.

My question

Any idea on why this occurs and how to debug/fix it?

Applies to: Rebex FTP/SSL

1 Answer

0 votes
by (144k points)
selected by
 
Best answer
This actually looks like an issue TlsSocket.Poll/Receive methods that was fixed in the latest release: https://www.rebex.net/ftp-ssl.net/history.aspx#7.0.8816
Could you please give v7.0.8816 a try?
by (1.2k points)
Thanks a lot, Lukas, will try right now.
by (1.2k points)
My tests were successfully, it seems to work now. Thank you very much.
...