I have a FileServer that I use to transfer big files but I have an issue with a specific user, he's able to connect and start uploading the file, but after a while just got disconnected I included the ErrorOcurred event to catch the exception and I got this:
Timed out while waiting for a key exchange to complete.
at the second try I got:
Worker thread tried sending a packet not allowed in the current state.
I'm not sure why is this happening with this specific user due I have made a lot of different tests and all of them ends successfully
have you any idea on what am I doing wrong?
Thanks!